aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-11-06chore(docs): specify how ngClass deals with natural CSS transitionsMatias Niemelä
2013-11-06fix(docModuleComponents): implement anchor scroll when content addedJeff Cross
2013-11-06docs(guide/directive): link to directives API from the top of the pageBrian Ford
2013-11-06chore(ngdoc): add dynamic anchors to anchor listBrian Ford
2013-11-06docs(guide/providers): add providers documentationBrian Ford
2013-11-06fix(ngView): only run anchorScroll after animation is doneJeff Cross
2013-11-06fix(ngMock): throw more descriptive errors for $animate.flushNext()Jeff Cross
2013-11-06fix(ngInclude): only run anchorScroll after animation is donePete Bacon Darwin
2013-11-06fix($animate): only apply the fallback property if any transition animations ...Matias Niemelä
2013-11-05chore(docs): refactor/improve new CSS transition code in examplesMatias Niemelä
2013-11-05chore(docs): update $animate and ngAnimate docsMatias Niemelä
2013-11-05feat($animate): ensure CSS transitions can work with inherited CSS class defi...Matias Niemelä
2013-11-05chore(animateSpec): provide meaningful CSS class names in animation testsMatias Niemelä
2013-11-05fix($animate): avoid hanging animations if the active CSS transition class is...Matias Niemelä
2013-11-05fix($animate): ensure staggering animations understand multiple delay valuesMatias Niemelä
2013-11-05fix($animate): ensure the active class is not applied if cancelled during reflowMatias Niemelä
2013-11-05chore($sniffer): make msie variable publicMatias Niemelä
2013-11-05chore(ngAnimate): ensure elapsedTime values are in seconds and millsecondsMatias Niemelä
2013-11-05chore(grunt): add test:docsgen to ci checksPete Bacon Darwin
2013-11-05fix(ngdocs): create mock Doc objects correctlyPete Bacon Darwin
2013-11-05fix(ngdocs): `shortDescription()` should not error if no `description`Pete Bacon Darwin
2013-11-05docs(guide/directive): fix transclusion exampleMichal Bendowski
2013-11-04docs(guide): add SEO4Ajax to the SEO tools listG Lormeau
2013-11-04docs(input): fix typoTim Graham
2013-11-04docs($http): note that default $http headers can be overriddenDmitry Kichenko
2013-11-04docs(guide/understanding-controllers): fix typo in examplejoshbowdoin
2013-11-04docs(overview): improve readabilityJesse Palmer
2013-11-04docs($log): add the word "safely" to clarifygranteagon
2013-11-04chore(docs): fix ordering of docs in the guideBrian Ford
2013-11-04fix(ngModel): deregister from the form on scope not DOM destructionIgor Minar
2013-11-04fix(ngIf): destroy child scope when destroying DOMIgor Minar
2013-11-04style: remove wsIgor Minar
2013-11-04docs(guide/contribute): remove redundancy and link to CONTRIBUTING.mdBrian Ford
2013-11-04docs($parse): Fix typoJordan Klassen
2013-11-02docs($location): update paramValue description for search()Freek Wielstra
2013-10-31fix(ngEventDirectives): parse expression only once during compile phase.Tobias Bosch
2013-10-30feat($parse): secure expressions by hiding "private" propertiesChirayu Krishnappa
2013-10-30chore($compile): remove special case for ngIf and ngRepeatBrian Ford
2013-10-30chore: move getBlockElements to Angular.jsBrian Ford
2013-10-30fix(ngIf): ngIf removes elements dynamically added to itBrian Ford
2013-10-30feat(Angular.js): add externs file for Closure CompilerMartin Probst
2013-10-30docs(api): fix broken linksPete Bacon Darwin
2013-10-30docs(api): fix broken linksFred Sauer
2013-10-30docs(guide/injecting-services): fix indentation in exampleAdam Bowen
2013-10-30docs($route): split over-length linePete Bacon Darwin
2013-10-30docs(tutorial): add instructions to install karma pluginsRenan Ivo
2013-10-30docs($route): change example module nameAndrew Jackson
2013-10-30docs(guide/e2e-testing): fix typoEl Juli
2013-10-30docs(api): improve grammarJoeLeCodeur
2013-10-30docs(CONTRIBUTING.md): add more info for contributorsPete Bacon Darwin