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
/
test
/
service
/
compilerSpec.js
Age
Commit message (
Collapse
)
Author
2012-03-08
chore(directives,widgets): reorg the code under directive/ dir
Igor Minar
2012-03-08
fix(tests): fix name collisions between various tests
Igor Minar
2012-03-08
chore(compiler): change default restriction to attribute only for directives
Misko Hevery
2012-02-21
feat($compiler): Allow attr.$observe() interpolated attrs
Vojta Jina
2012-02-21
feat($compile) add locals, isolate scope, transclusion
Misko Hevery
2012-02-21
feat($compile): mark scope creation with ng-scope class
Misko Hevery
2012-02-21
feat($compile): support compiling text nodes by wrapping them in <span>
Misko Hevery
2012-01-25
add($compile): add compiler v2.0 - not connected
Misko Hevery
2012-01-23
refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ↵
Vojta Jina
oldValue, scope) As scopes are injected into controllers now, you have the reference anyway, so having scope as first argument makes no sense… Breaks $watcher gets arguments in different order (newValue, oldValue, scope)
2012-01-12
refactor(module): strict separation between module-config / app-runtime
Misko Hevery
2011-11-14
refactor(injector): switch to injector 2.0 introduce modules
Misko Hevery
2011-11-14
refactor(compiler) turn compiler into a service
Misko Hevery
BREAK - remove angular.compile() since the compile method is now a service and needs to be injected
2011-11-14
move(compiler): appease the History God
Misko Hevery
- renamed: src/Compiler.js -> src/service/compiler.js - renamed: test/CompilerSpec.js -> test/service/compilerSpec.js