Update angularLocalStorage-tests.ts

This commit is contained in:
Basarat Ali Syed
2015-03-12 12:05:50 +11:00
parent f0e0cd0f62
commit 6e86191979

View File

@@ -21,5 +21,5 @@ export class TestController {
}
var app = angular.module('angularLocalStorageTests', ['angularLocalStorage']);
app.controller('testCtrl', ['$scope', 'storage', ($scope: TestScope, storage: ng.localStorage.ILocalStorageService) => new ng.LocalStorageTests.TestController($scope, storage)]);
app.controller('testCtrl', ['$scope', 'storage', ($scope: TestScope, storage: ng.localStorage.ILocalStorageService) => new TestController($scope, storage)]);