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 8853312 commit a5160c8Copy full SHA for a5160c8
src/ng/compile.js
@@ -1390,7 +1390,14 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
1390
*
1391
* If disabled (false), the compiler calls the constructor first before assigning bindings.
1392
1393
- * The default value is true in Angular 1.5.x but will switch to false in Angular 1.6.x.
+ * The default value is false.
1394
+ *
1395
+ * @deprecated
1396
+ * sinceVersion="1.6.0"
1397
+ * removeVersion="1.7.0"
1398
1399
+ * This method and the option to assign the bindings before calling the controller's constructor
1400
+ * will be removed in v1.7.0.
1401
*/
1402
var preAssignBindingsEnabled = false;
1403
this.preAssignBindingsEnabled = function(enabled) {
0 commit comments