SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

fix(ngRepeat) do not allow `$id` and `$root` as aliases

Currently user can use `$id` or `$root` as alias in ng-repeat directive that leads to rewriting
these scope-related variables. This commit fixes this behavior by throwing an error when user try
to use these values.

Closes #10778
A
Alexandr Subbotin committed
c2031b1e9e52ecaa89da5d489941488e62643ff5
Parent: d17fbc3
Committed by Caitlin Potter <caitpotter88@gmail.com> on 1/20/2015, 3:39:55 PM