index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ng
/
compile.js
Age
Commit message (
Expand
)
Author
2014-03-07
fix($compile): support templates with thead and tfoot root elements
Lucas Galfasó
2014-02-27
docs($compile): fix typo
Lajos Veres
2014-02-26
docs(*): fix jsdoc type expressions
Peter Bacon Darwin
2014-02-21
docs(*): fix anchors for members in api docs
Peter Bacon Darwin
2014-02-16
docs(bike-shed-migration): fix url-based links refs to AUTO module
Peter Bacon Darwin
2014-02-16
docs(bike-shed-migration): fix invalid </file name=""> HTML in examples
Peter Bacon Darwin
2014-02-16
docs(bike-shed-migration): convert <doc:...> examples to <example>...
Peter Bacon Darwin
2014-02-16
docs(all): convert <pre>/</pre> snippets to GFM snippets
Caitlin Potter
2014-02-16
docs(bike-shed-migration): convert doctype and names
Peter Bacon Darwin
2014-02-14
fix($animate): ensure $animate doesn't break natural CSS transitions
Matias Niemelä
2014-02-14
fix($compile) support templates with table content root nodes
Caitlin Potter
2014-02-10
fix($compile): ensure element transclusion directives are linked with comment...
Caitlin Potter
2014-02-04
docs($compile): fixed syntax error.
Kamil Pekala
2014-01-31
fix($compile): retain CSS classes added in cloneAttachFn on asynchronous dire...
Caitlin Potter
2014-01-28
test(docs): convert example end to end doc tests from scenario runner to prot...
Julie
2014-01-06
docs($compile): fix a typo
Gias Kay Lee
2014-01-02
docs($compile): fix typo
David Burrows
2013-12-19
fix($compile): remove invalid IE exceptional case for `href`
Alexandre Potvin Latreille
2013-12-18
perf(compile): add class 'ng-scope' before cloning and other micro-optimizations
Karl Seamon
2013-12-18
docs($compile): fix param name and improve example variable name
Kindy Lin
2013-12-13
perf(jqLite): implement and use the `empty` method in place of `html(‘’)`
Michał Gołębiowski
2013-12-12
fix($compile): Allow literals in isolate scope references
Tobias Bosch
2013-12-05
fix($compile): update cloned elements if the template arrives after the cloning
Tobias Bosch
2013-12-04
fix($compile): ensure isolated local watches' lastValue is always in sync
Daniel Tabuenca
2013-11-27
docs($compile): fix missing space
Stéphane Reynaud
2013-11-26
fix($sanitize): Use same whitelist mechanism as $compile does.
Tobias Bosch
2013-11-26
docs(compile): fix typo
adam77
2013-11-21
fix($compile): secure form[action] & iframe[srcdoc]
Chirayu Krishnappa
2013-11-21
fix($compile): ensure CSS classes are added and removed only when necessary
Matias Niemelä
2013-11-20
fix(ngClass): ensure that ngClass only adds/removes the changed classes
Matias Niemelä
2013-11-14
fix($compile): accessing controllers of transcluded directives from children
Tobias Bosch
2013-11-14
refactor($compile): move function def out of loop
Tobias Bosch
2013-11-13
docs($compile): Explain that post-link functions run in reverse order.
Martin Field
2013-11-12
fix($compile): correctly handle interpolated style in replace templates
Tobias Bosch
2013-11-07
feat(jqLite): expose isolateScope() getter similar to scope()
Igor Minar
2013-11-07
fix($compile): don't leak isolate scope state when replaced directive is used...
Igor Minar
2013-11-07
fix($compile): correct isolate scope distribution to controllers
Igor Minar
2013-11-07
fix($compile): replaced element has isolate scope
Misko Hevery
2013-11-07
fix($compile): only pass isolate scope to children that belong to the isolate...
Vojta Jina
2013-11-07
fix($compile): make isolate scope truly isolate
Vojta Jina
2013-10-30
chore($compile): remove special case for ngIf and ngRepeat
Brian Ford
2013-10-30
fix(ngIf): ngIf removes elements dynamically added to it
Brian Ford
2013-10-28
fix($compile): don't instantiate controllers twice for element transclude dir...
Igor Minar
2013-10-25
fix($compile): attribute bindings should not break due to terminal directives
Igor Minar
2013-10-25
docs(compile): fix typo in 'Attributes' description
BrainCrumbz
2013-10-24
fix($compile): instantiate controlers when re-entering compilation
Igor Minar
2013-10-23
docs(guide/directive,guide/compiler,): drastically improve
Brian Ford
2013-10-22
style: make jshint happy
Vojta Jina
2013-10-18
docs: correct broken links
Vojta Jina
2013-10-11
fix($compile): abort compilation when duplicate element transclusion
Igor Minar
[next]