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
2013-01-30
feat(Scope): expose transcluded and isolate scope info for batarang
Brian Ford
2013-01-17
fix($compile): do not wrap empty root text nodes in spans
Pete Bacon Darwin
2013-01-14
fix($compile): safely create transclude comment nodes
Igor Minar
2013-01-09
feat($compile): support modifying the DOM structure in postlink fn
Martin Probst
2013-01-09
style($compile): fix indentation
Igor Minar
2012-10-29
fix($compile): don't look for class directives in empty string
Igor Minar
2012-10-29
fix($compile): compilation should not recurse into empty nodes
Igor Minar
2012-10-29
style($compile): better fn names for debugging
Igor Minar
2012-10-29
refactor(): simplify nodeLinkFn
Igor Minar
2012-10-29
fix($compile): prevent double attr interpolation w/ templateUrl
Igor Minar
2012-09-20
fix($compile): reference local in isolate scope
Vojta Jina
2012-09-06
fix(*): name all anonymous watch functions in Angular
Shyam Seshadri
2012-08-30
fix(jqLite): better support for xhtml
Igor Minar
2012-08-13
fix($compile): denormalize directive templates
Igor Minar
2012-08-13
refactor($compile): code cleanup
Igor Minar
2012-08-12
docs($compileProvider): remove duplicate of .directive()
Vojta Jina
2012-08-12
docs: fix broken links to $compileProvider.directive()
Vojta Jina
2012-06-12
docs(*): simplify doc urls
Igor Minar
2012-06-08
fix($compile): correctly merge class attr for replace directives
Max Martinsson
2012-06-08
feat($compile): simplify isolate scope bindings
Misko Hevery
2012-06-08
refactor($compile): always call attr.$observe
Misko Hevery
2012-06-08
chore(jqLite): performance reordering
Misko Hevery
2012-06-02
doc(ngdoc): clean up doc generation and add missing documentation links
Misko Hevery
2012-05-04
fix($compile): have $observe return registration function
Misko Hevery
2012-05-04
fix($compile): ignore ws when checking if template has single root
Igor Minar
2012-05-03
style($compile): rename orig*Node to beforeTemplate*Node
Igor Minar
2012-05-03
fix($compile): fix replaceWith
Igor Minar
2012-05-03
style($compile): clean up the code and normalize fn names
Igor Minar
2012-05-03
fix($compile): attach scope to the directive element when templateUrl and rep...
Igor Minar
2012-05-03
chore($compile): remove obsolete <<CONTENT>> transclusion
Igor Minar
2012-05-03
fix($compile): prevent duplicate directive controller instantiation
Igor Minar
2012-05-02
style($compile): rename compiler.js to compile.js
Igor Minar