mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
use Parameter instead of SimpleParameter in the AngularJS model
This commit is contained in:
@@ -34,3 +34,4 @@
|
||||
| dependency-kinds.js:98:33:98:63 | functio ... ency){} | animationDependency |
|
||||
| dependency-kinds.js:111:17:117:9 | functio ... } | $routeProvider |
|
||||
| dependency-kinds.js:114:33:115:21 | functio ... } | routeControllerDependency |
|
||||
| dependency-kinds.js:121:14:123:10 | ['modul ... }] | moduleRunService |
|
||||
|
||||
@@ -117,4 +117,8 @@
|
||||
})
|
||||
;
|
||||
|
||||
angular.module('myModule', [])
|
||||
.run(['moduleRunService', function({foo, bar}) {
|
||||
// ...
|
||||
}])
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user