mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Update module name from ng to angular
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user