aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-10-24docs(ngBindHtml): add exampleNicolas Brugneaux
2013-10-24fix($compile): instantiate controlers when re-entering compilationIgor Minar
2013-10-24docs(ngNonBindable): fix punctuationDave Peticolas
2013-10-24docs($provide): Fix typoPete Bacon Darwin
2013-10-24docs(ngController): do not attach a controller twiceTyler McGinnis
2013-10-24fix(input): keep track of min/max attars on-the-flyDmitry Shirokov
2013-10-23chore(docs): fix jsHint errors with long linesMatias Niemelä
2013-10-23docs(guide/directive,guide/compiler,): drastically improveBrian Ford
2013-10-23chore(ngMocks): shorten the length of the description line to avoid jsHint er...Matias Niemelä
2013-10-23feat(docs): provide index pages for each angular moduleMatias Niemelä
2013-10-23fix(ngView): ensure the new view element is placed after the old view elementMatias Niemelä
2013-10-23fix($animate): ensure animations work properly when the $rootElement is being...Matias Niemelä
2013-10-23fix($animate): only cancel class-based animations if the follow-up class cont...Matias Niemelä
2013-10-22style: make jshint happyVojta Jina
2013-10-22chore(grunt): add jshint tasksPete Bacon Darwin
2013-10-22fix: don't inline css in csp mode.tigbro
2013-10-22fix(ngAnimate): fix cancelChildAnimations throwing exceptionGrzegorz Lachowski
2013-10-21docs(ngCsp): pretty-format docsIgor Minar
2013-10-18fix(csp): fix csp auto-detection and stylesheet injectionIgor Minar
2013-10-18docs: correct broken linksVojta Jina
2013-10-18fix($injector): allow a constructor function to return a functionVojta Jina
2013-10-15docs($rootScope): better document infinite digest and ttlIgor Minar
2013-10-15fix($parse): check function call context to be safeChirayu Krishnappa
2013-10-14docs: add missing priority documentation for structural directivesIgor Minar
2013-10-14docs(ngInit): fix typoTyler McGinnis
2013-10-14docs(ngNonBindable): improve descriptionPete Bacon Darwin
2013-10-14docs(booleanAttrs): improve grammar and clarityDave Peticolas
2013-10-12fix($animate): ensure that a timeStamp is created if not provided by the brow...Matias Niemelä
2013-10-11fix($compile): abort compilation when duplicate element transclusionIgor Minar
2013-10-11fix(directives): correct priority of structural directivesIgor Minar
2013-10-11fix($compile): make order directives w/ same priority deterministicIgor Minar
2013-10-11style: strip white space from filesIgor Minar
2013-10-11chore($compile): remove dead codeIgor Minar
2013-10-11docs(ngAnimate): fix typosHack Reactor Students
2013-10-11docs(ngAnimate): fix link to ngClass pageSaul Maddox
2013-10-10fix($animate): perform internal caching on getComputedStyle to boost the perf...Matias Niemelä
2013-10-10fix($animate): ensure structural animations skip all child animations even if...Matias Niemelä
2013-10-10refactor($animate): queue all successive animations to use only one reflowMatias Niemelä
2013-10-10fix($animate): cancel any ongoing child animations during move and leave anim...Matias Niemelä
2013-10-10fix($animate): ensure elapsedTime always considers delay valuesMatias Niemelä
2013-10-10refactor($animate): avoid checking for transition/animation support during ea...Matias Niemelä
2013-10-10docs(ngInit): add note on best practicesBrian Ford
2013-10-10fix(modules): stop leaking global variables in testsPete Bacon Darwin
2013-10-10refactor(location): $location now uses urlUtils, not RegExJeff Cross
2013-10-10docs($provide): improve docs and examples furtherPete Bacon Darwin
2013-10-10docs($provide): improve examples and explanationsTim Ruffles
2013-10-09feat(ngRepeat): use block separator commentsjankuca
2013-10-09fix(jqLite): ignore class methods on comment elementsVojta Jina
2013-10-09revert: fix($parse): handle promises returned from parsed function callsIgor Minar
2013-10-09fix($parse): deprecate promise unwrapping and make it an opt-inIgor Minar