aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/compiler.js
AgeCommit message (Expand)Author
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery
2012-03-26feat($compile): do not interpolate boolean attributes, rather evaluate themVojta Jina
2012-03-26feat(ngValue): allow radio inputs to have non string valuesVojta Jina
2012-03-23fix($compile): create new (isolate) scopes for directives on root elementsIgor Minar
2012-03-20fix($compile): don't touch static element attributesIgor Minar
2012-03-20fix($compile): Merge interpolated css class when replacing an elementVojta Jina
2012-03-19bug(ie7): incorrectly set all inputs to disabledMisko Hevery
2012-03-19fix(compiler): allow transclusion of root elementsMisko Hevery
2012-03-13f(compile): boolean attributes too agresiveMisko Hevery
2012-03-12docs(*): renaming incorrect widget references to control or directiveIgor Minar
2012-03-12fix(svg): normalize class access for SVGMisko Hevery
2012-03-09chore(*): refactor all ng: to ng-Igor Minar
2012-03-08chore(compiler): change default restriction to attribute only for directivesMisko Hevery
2012-02-21feat($compiler): Allow attr.$observe() interpolated attrsVojta Jina
2012-02-21feat($compile) add locals, isolate scope, transclusionMisko Hevery
2012-02-21feat($compile): mark scope creation with ng-scope classMisko Hevery
2012-02-21feat($compile): support compiling text nodes by wrapping them in <span>Misko Hevery
2012-01-25docs(compiler): update the compiler docsMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-25add($compile): add compiler v2.0 - not connectedMisko Hevery
2012-01-23refactor(scope): separate controller from scopeVojta Jina
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2011-11-14refactor(injector): removed loadModule/ng:moduleMisko Hevery
2011-11-14refactor(injector): $injector is no longer a function.Misko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14doc(service): update docs for the moved servicesMisko Hevery
2011-11-14new(directive): added ng:module directive for loading modulesMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-11-14refactor(compiler) turn compiler into a serviceMisko Hevery
2011-11-14move(compiler): appease the History GodMisko Hevery