Fixes failing tests

Adds a seperate unit test app loader, removes e2e backend from tests
adds scope.digest and httpbackend.flush to tests
This commit is contained in:
Per Ploug Krogslund
2013-07-04 09:28:27 +02:00
parent 371a0cc65a
commit a984bf0d68
9 changed files with 100 additions and 75 deletions

View File

@@ -0,0 +1,8 @@
var app = angular.module('umbraco', [
'umbraco.filters',
'umbraco.directives',
'umbraco.resources',
'umbraco.services',
'umbraco.mocks',
'umbraco.security'
]);