From 7395ac1d4fbcf729215fb0c8944d366ed75ea00a Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Wed, 18 Feb 2015 15:48:45 -0500 Subject: [PATCH] variable names --- documentation/index.html.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.