aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
AgeCommit message (Expand)Author
2014-01-02docs($compile): fix typoDavid Burrows
2013-12-19fix($compile): remove invalid IE exceptional case for `href`Alexandre Potvin Latreille
2013-12-18perf(compile): add class 'ng-scope' before cloning and other micro-optimizationsKarl Seamon
2013-12-18docs($compile): fix param name and improve example variable nameKindy Lin
2013-12-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
2013-12-12fix($compile): Allow literals in isolate scope referencesTobias Bosch
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch
2013-12-04fix($compile): ensure isolated local watches' lastValue is always in syncDaniel Tabuenca
2013-11-27docs($compile): fix missing spaceStéphane Reynaud
2013-11-26fix($sanitize): Use same whitelist mechanism as $compile does.Tobias Bosch
2013-11-26docs(compile): fix typoadam77
2013-11-21fix($compile): secure form[action] & iframe[srcdoc]Chirayu Krishnappa
2013-11-21fix($compile): ensure CSS classes are added and removed only when necessaryMatias Niemelä
2013-11-20fix(ngClass): ensure that ngClass only adds/removes the changed classesMatias Niemelä
2013-11-14fix($compile): accessing controllers of transcluded directives from childrenTobias Bosch
2013-11-14refactor($compile): move function def out of loopTobias Bosch
2013-11-13docs($compile): Explain that post-link functions run in reverse order.Martin Field
2013-11-12fix($compile): correctly handle interpolated style in replace templatesTobias Bosch
2013-11-07feat(jqLite): expose isolateScope() getter similar to scope()Igor Minar
2013-11-07fix($compile): don't leak isolate scope state when replaced directive is used...Igor Minar
2013-11-07fix($compile): correct isolate scope distribution to controllersIgor Minar
2013-11-07fix($compile): replaced element has isolate scopeMisko Hevery
2013-11-07fix($compile): only pass isolate scope to children that belong to the isolate...Vojta Jina
2013-11-07fix($compile): make isolate scope truly isolateVojta Jina
2013-10-30chore($compile): remove special case for ngIf and ngRepeatBrian Ford
2013-10-30fix(ngIf): ngIf removes elements dynamically added to itBrian Ford
2013-10-28fix($compile): don't instantiate controllers twice for element transclude dir...Igor Minar
2013-10-25fix($compile): attribute bindings should not break due to terminal directivesIgor Minar
2013-10-25docs(compile): fix typo in 'Attributes' descriptionBrainCrumbz
2013-10-24fix($compile): instantiate controlers when re-entering compilationIgor Minar
2013-10-23docs(guide/directive,guide/compiler,): drastically improveBrian Ford
2013-10-22style: make jshint happyVojta Jina
2013-10-18docs: correct broken linksVojta Jina
2013-10-11fix($compile): abort compilation when duplicate element transclusionIgor Minar
2013-10-11fix($compile): make order directives w/ same priority deterministicIgor Minar
2013-10-11chore($compile): remove dead codeIgor Minar
2013-10-10refactor(location): $location now uses urlUtils, not RegExJeff Cross
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-10-03fix($compile): fix (reverse) directive postLink fn execution orderIgor Minar
2013-10-03fix($compile): don't terminate compilation for regular transclusion directivesIgor Minar
2013-10-03docs($compile): fix param description being displayed as code blockbasarat
2013-10-02docs($compile): improve explanation of Attributes.$observeBuu Nguyen
2013-10-02fix($compile): ng-attr to support dash separated attribute namesJamie Mason
2013-10-01feat($compile): support tel: links in a[href]Ben McCann
2013-10-01fix($compile): allow interpolations for non-event handlers attrsFrancesco Pontillo
2013-09-30fix($compile): link parents before traversingVojta Jina
2013-09-27docs(angular.Module): fix controller and directive method parametersDavid Bennett
2013-09-27style($compile): remove unused variableIgor Minar
2013-09-26fix($compile): collect ranges on multiple directives on one elementjankuca
2013-09-25fix($compile): work around issue in jQuery 1.10.2Brian Ford