aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
AgeCommit message (Expand)Author
2013-10-25fix($compile): attribute bindings should not break due to terminal directivesIgor Minar
2013-10-25docs(compile): fix typo in 'Attributes' descriptionBrainCrumbz
2013-10-24fix($compile): instantiate controlers when re-entering compilationIgor Minar
2013-10-23docs(guide/directive,guide/compiler,): drastically improveBrian Ford
2013-10-22style: make jshint happyVojta Jina
2013-10-18docs: correct broken linksVojta Jina
2013-10-11fix($compile): abort compilation when duplicate element transclusionIgor Minar
2013-10-11fix($compile): make order directives w/ same priority deterministicIgor Minar
2013-10-11chore($compile): remove dead codeIgor Minar
2013-10-10refactor(location): $location now uses urlUtils, not RegExJeff Cross
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-10-03fix($compile): fix (reverse) directive postLink fn execution orderIgor Minar
2013-10-03fix($compile): don't terminate compilation for regular transclusion directivesIgor Minar
2013-10-03docs($compile): fix param description being displayed as code blockbasarat
2013-10-02docs($compile): improve explanation of Attributes.$observeBuu Nguyen
2013-10-02fix($compile): ng-attr to support dash separated attribute namesJamie Mason
2013-10-01feat($compile): support tel: links in a[href]Ben McCann
2013-10-01fix($compile): allow interpolations for non-event handlers attrsFrancesco Pontillo
2013-09-30fix($compile): link parents before traversingVojta Jina
2013-09-27docs(angular.Module): fix controller and directive method parametersDavid Bennett
2013-09-27style($compile): remove unused variableIgor Minar
2013-09-26fix($compile): collect ranges on multiple directives on one elementjankuca
2013-09-25fix($compile): work around issue in jQuery 1.10.2Brian Ford
2013-09-11docs(Attributes): add missing documentation for $observe methodButch Peters
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