aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
AgeCommit message (Expand)Author
2014-03-18feat($compile): add support for $observer deregistrationCaio Cunha
2014-03-07fix($compile): support templates with thead and tfoot root elementsLucas Galfasó
2014-02-27docs($compile): fix typoLajos Veres
2014-02-26docs(*): fix jsdoc type expressionsPeter Bacon Darwin
2014-02-21docs(*): fix anchors for members in api docsPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix invalid </file name=""> HTML in examplesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert <doc:...> examples to <example>...Peter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): convert doctype and namesPeter Bacon Darwin
2014-02-14fix($animate): ensure $animate doesn't break natural CSS transitionsMatias Niemelä
2014-02-14fix($compile) support templates with table content root nodesCaitlin Potter
2014-02-10fix($compile): ensure element transclusion directives are linked with comment...Caitlin Potter
2014-02-04docs($compile): fixed syntax error.Kamil Pekala
2014-01-31fix($compile): retain CSS classes added in cloneAttachFn on asynchronous dire...Caitlin Potter
2014-01-28test(docs): convert example end to end doc tests from scenario runner to prot...Julie
2014-01-06docs($compile): fix a typoGias Kay Lee
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