aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/compilerSpec.js
AgeCommit message (Collapse)Author
2012-03-29fix($compile): properly clone attr.$observers in ng-repeatVojta Jina
The `attr` object was only shallow copied which caused all observers to be shared. Fixing similar issue in ng-* boolean attributes as well as ng-src and ng-href.
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery