| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-03 | fix($compile): attach scope to the directive element when templateUrl and ↵ | Igor Minar | |
| replace=true We forgot to reattach the scope to the replacement element. This affected only directives that had templateUrl and replace:true properties. Reported on the mailing list: https://groups.google.com/forum/?fromgroups#!topic/angular/zwjLr1msS2Y http://jsfiddle.net/lukebayes/g9Sh9/ | |||
| 2012-05-03 | chore($compile): remove obsolete <<CONTENT>> transclusion | Igor Minar | |
| This stuff was never documented and is an accidental leftover from the time when the compiler was rewritten. If any code depends on this, it should be rewritten to use ngTransclude directive intead. | |||
| 2012-05-03 | fix($compile): prevent duplicate directive controller instantiation | Igor Minar | |
| Closes #876 | |||
| 2012-05-02 | style($compile): rename compiler.js to compile.js | Igor Minar | |
