Update angular-local-storage-tests.ts

This commit is contained in:
Basarat Ali Syed
2015-03-12 12:06:22 +11:00
parent 6e86191979
commit 5da61408d0

View File

@@ -70,4 +70,4 @@ app.config(function (localStorageServiceProvider: ng.local.storage.ILocalStorage
.setNotify(true, true);
});
app.controller('TestController', ng.local.storage.tests.TestController);
app.controller('TestController', TestController);