Skip to content

Commit ef7d18b

Browse files
committed
docs($compile): fix AngularJS versions
1 parent 0304383 commit ef7d18b

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
@@ -1388,7 +1388,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
13881388
*
13891389
* If disabled (false), the compiler calls the constructor first before assigning bindings.
13901390
*
1391-
* The default value is true in AngularJS.5.x but will switch to false in AngularJS.6.x.
1391+
* The default value is true in AngularJS 1.5.x but will switch to false in AngularJS 1.6.x.
13921392
*/
13931393
var preAssignBindingsEnabled = false;
13941394
this.preAssignBindingsEnabled = function(enabled) {

0 commit comments

Comments
 (0)