Makes the 'active' property on a tab a server side thing, updates more resources to use the resourcePromise.

This commit is contained in:
Shannon
2013-07-10 17:28:15 +10:00
parent 0f207b01f2
commit 6652016faa
10 changed files with 41 additions and 90 deletions

View File

@@ -1,7 +1,8 @@
describe('content type factory tests', function () {
var $rootScope, $httpBackend, contentTypeResource, m;
// beforeEach(module('ngMockE2E'));
// beforeEach(module('ngMockE2E'));
beforeEach(module('umbraco.services'));
beforeEach(module('umbraco.resources'));
beforeEach(module('umbraco.mocks'));