Update module name from ng to angular

This commit is contained in:
Tadeusz Hucal
2015-11-13 19:24:04 +01:00
parent 158f0715ab
commit f2ae460e17
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ myApp.config((RestangularProvider: restangular.IProvider) => {
});
interface MyAppScope extends ng.IScope {
interface MyAppScope extends angular.IScope {
accounts: string[];
allAccounts: any[];
account: any;