aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
AgeCommit message (Expand)Author
2013-08-12fix($compile): correct controller instantiation for async directivesChirayu Krishnappa
2013-08-09docs($compile): update directive type signatureOpherV
2013-08-09chore($compile): remove bogus scope/controller checkIgor Minar
2013-08-08fix($compile): always instantiate controllers before pre-link fns runjankuca
2013-08-08docs(compile/selmulti): description for compile/selmulti errorMisko Hevery
2013-08-08docs(compile/notassign): description for compile/notassign errorMisko Hevery
2013-08-08docs(minErr): rename compile/utrat to compile/uterdirIgor Minar
2013-08-07fix(compile): fix directive as identifierChirayu Krishnappa
2013-08-06docs(compile): fix minor spelling mistakeMichael Stewart
2013-08-03feat($compile): support compile animation hooks classesMatias Niemelä
2013-07-31feat(directive): support as instance syntaxLucas Galfasó
2013-07-27docs(*): fixed typos and ngdoc parameter namesCarl Danley
2013-07-26fix($compile): don't use new with minErrKen Sheedlo
2013-07-26chore($compile): removed unused variableWesley Cho
2013-07-25fix($compile): don't check attr.specified on non-ie7Igor Minar
2013-07-25feat($sce): new $sce service for Strict Contextual Escaping.Chirayu Krishnappa
2013-07-24fix(select): don't support binding to select[multiple]Igor Minar
2013-07-19fix(core): parse URLs using the browser's DOM APIChirayu Krishnappa
2013-07-18fix($compile): allow data: image URIs in img[src]Chirayu Krishnappa
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