diff --git a/documentation/index.html.js b/documentation/index.html.js index 2f6c39c3..3747920d 100644 --- a/documentation/index.html.js +++ b/documentation/index.html.js @@ -1211,7 +1211,7 @@ Expressions dynamically name properties.
  • - Internal compiler names no longer start with underscores. This makes + Internal compiler variable names no longer start with underscores. This makes the generated JavaScript a bit prettier, and also fixes an issue with the completely broken and ungodly way that AngularJS "parses" function arguments. diff --git a/index.html b/index.html index 5e31f416..6a6a93d5 100644 --- a/index.html +++ b/index.html @@ -2503,7 +2503,7 @@ task('build:parser', 'rebuild t dynamically name properties.
  • - Internal compiler names no longer start with underscores. This makes + Internal compiler variable names no longer start with underscores. This makes the generated JavaScript a bit prettier, and also fixes an issue with the completely broken and ungodly way that AngularJS "parses" function arguments.