| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-02 | style($compile): rename compiler.js to compile.js | Igor Minar | |
| 2012-04-20 | fix(compiler): reading comment throws error in ie | Misko Hevery | |
| Unders some circumstances reading the comment's text throws error. | |||
| 2012-04-20 | docs($compile) "updateh"->"updated" | johnlindquist | |
| 2012-04-10 | chore(*): remove dead code and fix code style issues | Igor Minar | |
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-04-03 | fix($compile): relax the restriction that directives can not add siblings | Misko Hevery | |
| Relax the restriction that directives can not add siblings | |||
| 2012-03-29 | refactor($compile): move methods of attr object into prototype | Vojta Jina | |
| We have many instances of this object and we clone them as well (e.g. ng-repeat). This should save some memory and performance as well. Double prefixed private properties of attr object: attr.$element -> attr.$$element attr.$observers -> attr.$$observers Update shallowCopy to not copy $$ properties and allow passing optional destination object. | |||
| 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 | chore(module): move files around in preparation for more modules | Misko Hevery | |
