| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-29 | fix($compile): properly clone attr.$observers in ng-repeat | Vojta 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-28 | refactor(toJson): use native JSON.stringify | Igor Minar | |
| Instead of using our custom serializer we now use the native one and use the replacer function to customize the serialization to preserve most of the previous behavior (ignore $ and $$ properties as well as window, document and scope instances). | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
