File tree 3 files changed +265
-257
lines changed
3 files changed +265
-257
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export class NgModelController {
86
86
* @param {import('../../core/exception-handler').ErrorHandler } $exceptionHandler
87
87
* @param {import('../../core/compile/attributes').Attributes } $attr
88
88
* @param {import('../../shared/jqlite/jqlite').JQLite } $element
89
- * @param {import("../../core/parse/parse").ParseService } $parse
89
+ * @param {import("../../core/parse/parse.js ").ParseService } $parse
90
90
* @param {* } $animate
91
91
* @param {* } $timeout
92
92
* @param {import("../../core/q/q").QPromise<any> } $q
@@ -146,7 +146,7 @@ export class NgModelController {
146
146
this . $$parsedNgModel = $parse ( $attr [ "ngModel" ] ) ;
147
147
this . $$parsedNgModelAssign = this . $$parsedNgModel . assign ;
148
148
149
- /** @type {import("../../core/parse/parse").CompiledExpression|((Scope) => any) } */
149
+ /** @type {import("../../core/parse/parse.js ").CompiledExpression|((Scope) => any) } */
150
150
this . $$ngModelGet = this . $$parsedNgModel ;
151
151
this . $$ngModelSet = this . $$parsedNgModelAssign ;
152
152
this . $$pendingDebounce = null ;
You can’t perform that action at this time.
0 commit comments