Skip to content

Commit b9e85c6

Browse files
committed
docs($compile): fix a typo in a deprecation warning
1 parent 77fad09 commit b9e85c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
* initialized.
376376
*
377377
* <div class="alert alert-warning">
378-
* **Deprecation warning:** if `$compileProcvider.preAssignBindingsEnabled(true)` was fired, bindings for non-ES6 class
378+
* **Deprecation warning:** if `$compileProcvider.preAssignBindingsEnabled(true)` was called, bindings for non-ES6 class
379379
* controllers are bound to `this` before the controller constructor is called but this use is now deprecated. Please
380380
* place initialization code that relies upon bindings inside a `$onInit` method on the controller, instead.
381381
* </div>

0 commit comments

Comments
 (0)