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 0304383 commit ef7d18bCopy full SHA for ef7d18b
src/ng/compile.js
@@ -1388,7 +1388,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
1388
*
1389
* If disabled (false), the compiler calls the constructor first before assigning bindings.
1390
1391
- * The default value is true in AngularJS.5.x but will switch to false in AngularJS.6.x.
+ * The default value is true in AngularJS 1.5.x but will switch to false in AngularJS 1.6.x.
1392
*/
1393
var preAssignBindingsEnabled = false;
1394
this.preAssignBindingsEnabled = function(enabled) {
0 commit comments