File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 375
375
* initialized.
376
376
*
377
377
* <div class="alert alert-warning">
378
- * **Deprecation warning:** although bindings for non-ES6 class controllers are currently
379
- * bound to `this` before the controller constructor is called, this use is now deprecated. Please place initialization
380
- * code that relies upon bindings inside a `$onInit` method on the controller, instead.
378
+ * **Deprecation warning:** if `$compileProcvider.preAssignBindingsEnabled(true)` was fired, 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
381
* </div>
382
382
*
383
383
* It is also possible to set `bindToController` to an object hash with the same format as the `scope` property.
You can’t perform that action at this time.
0 commit comments