aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
AgeCommit message (Expand)Author
2013-07-03fix($compile): empty normalized href should pass sanitation checkAnders Hessellund Jensen
2013-07-02fix($compile): prevent infinite loop w/ replace+transclude directivesIgor Minar
2013-07-02revert: fix(compiler): corrects component transclusion on ...Igor Minar
2013-06-27fix(compiler): corrects component transclusion on compilation root.Igor Minar
2013-06-24fix($compile): reject multi-expression interpolations for src attributeChirayu Krishnappa
2013-06-21fix($compile): disallow interpolations for DOM event handlersChirayu Krishnappa
2013-06-21fix($compile): sanitize values bound to img[src]Chirayu Krishnappa
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-06-11fix($compile): support multi-element group over text nodesMisko Hevery
2013-06-06refactor($route): pull $route and friends into angular-route.jsIgor Minar
2013-05-28feat($compile): support multi-element directiveMisko Hevery
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-09style(*): fix up semicolon and var usageAnatoly Shikolay
2013-05-08style($compile): clarify argument nameIgor Minar
2013-04-11docs($compile): improve docsDavid Sanders
2013-03-29docs(*): fixed typosPascal Borreli
2013-03-27feat(http): support request/response promise chainingSylvester Keil
2013-02-28feat($compile): allow directives to modify interpolated attributesThibault Leruitte
2013-02-27feat($compile): support for dynamic template generationLuis Ramón López
2013-02-27feat($compile): add attribute binding support via ngAttr*Luis Ramón López
2013-02-25fix($compile): compile replace directives in external templatedanilsomsikov
2013-02-25feat($compile): '=?' makes '=' binding optionalLuis Ramón López
2013-02-25fix($compile): whitelist file:// in url sanitizationIgor Minar
2013-02-23fix($compile): handle elements with no childNodes propertyIgor Minar
2013-02-20fix($compile): sanitize values bound to a[href]Igor Minar
2013-02-18fix(compile): should not leak memory when there are top level empty text nodesPete Bacon Darwin
2013-02-14fix(compile): Initialize interpolated attributes before directive linkingPete Bacon Darwin
2013-02-14fix(compile): Interpolate @ locals before the link function runsPete Bacon Darwin
2013-02-07fix($compile): rename $compileNote to compileNodeEnrique Paredes
2013-01-30feat(Scope): expose transcluded and isolate scope info for batarangBrian Ford
2013-01-17fix($compile): do not wrap empty root text nodes in spansPete Bacon Darwin
2013-01-14fix($compile): safely create transclude comment nodesIgor Minar
2013-01-09feat($compile): support modifying the DOM structure in postlink fnMartin Probst
2013-01-09style($compile): fix indentationIgor Minar
2012-10-29fix($compile): don't look for class directives in empty stringIgor Minar
2012-10-29fix($compile): compilation should not recurse into empty nodesIgor Minar
2012-10-29style($compile): better fn names for debuggingIgor Minar
2012-10-29refactor(): simplify nodeLinkFnIgor Minar
2012-10-29fix($compile): prevent double attr interpolation w/ templateUrlIgor Minar
2012-09-20fix($compile): reference local in isolate scopeVojta Jina
2012-09-06fix(*): name all anonymous watch functions in AngularShyam Seshadri
2012-08-30fix(jqLite): better support for xhtmlIgor Minar
2012-08-13fix($compile): denormalize directive templatesIgor Minar
2012-08-13refactor($compile): code cleanupIgor Minar
2012-08-12docs($compileProvider): remove duplicate of .directive()Vojta Jina
2012-08-12docs: fix broken links to $compileProvider.directive()Vojta Jina
2012-06-12docs(*): simplify doc urlsIgor Minar
2012-06-08fix($compile): correctly merge class attr for replace directivesMax Martinsson
2012-06-08feat($compile): simplify isolate scope bindingsMisko Hevery