Update angularLocalStorage-tests.ts

This commit is contained in:
Basarat Ali Syed
2015-03-12 11:50:36 +11:00
parent c66de5824d
commit e4accde904
@@ -5,7 +5,7 @@ interface TestScope extends ng.IScope {
viewType: string;
}
module ng.LocalStorageTests {
module angular.LocalStorageTests {
export class TestController {
constructor(private $scope: TestScope, private storage: ng.localStorage.ILocalStorageService) {
storage.bind($scope, 'varName');