We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fad09 commit b9e85c6Copy full SHA for b9e85c6
src/ng/compile.js
@@ -375,7 +375,7 @@
375
* initialized.
376
*
377
* <div class="alert alert-warning">
378
- * **Deprecation warning:** if `$compileProcvider.preAssignBindingsEnabled(true)` was fired, bindings for non-ES6 class
+ * **Deprecation warning:** if `$compileProcvider.preAssignBindingsEnabled(true)` was called, bindings for non-ES6 class
379
* controllers are bound to `this` before the controller constructor is called but this use is now deprecated. Please
380
* place initialization code that relies upon bindings inside a `$onInit` method on the controller, instead.
381
* </div>
0 commit comments