aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-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-04docs(input): fix typoTim Graham
2013-11-04docs($http): note that default $http headers can be overriddenDmitry Kichenko
2013-11-04docs($log): add the word "safely" to clarifygranteagon
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($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-30docs($route): split over-length linePete Bacon Darwin
2013-10-30docs($route): change example module nameAndrew Jackson
2013-10-28fix($animate): use direct DOM comparison when checking for $rootElementMatias Niemelä
2013-10-28fix($animate): ensure former nodes are fully cleaned up when a follow-up stru...Matias Niemelä
2013-10-28docs($provide): fix link to factory sectionPete Bacon Darwin
2013-10-28fix($animate): ensure enable/disable animations work when the document node i...Matias Niemelä
2013-10-28feat(ngAnimate): provide support for staggering animations with CSSMatias Niemelä
2013-10-28fix(angular-mocks): add inline dependency annotationDerek Hammer
2013-10-28fix($compile): don't instantiate controllers twice for element transclude dir...Igor Minar
2013-10-27docs($resource): fix typoJarrett Harris
2013-10-27docs(form): fix typoYuriy Bilogub
2013-10-26docs($location): document $location's eventsValentyn Shybanov
2013-10-26docs($q): promises are no longer automatically unwrapped, by defaultrjferguson21
2013-10-26docs(Angular.js): angular.equals calls itself recursively on objectsthorn0
2013-10-26docs(http): add missing brace in the 2nd interceptors examplemgechev
2013-10-26docs(ngForm): ensure correct attribute name in usage exampleDavid Bennett
2013-10-25docs($rootScope): added $eval `locals` parameter documentationCaio Cunha
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-25docs(ngIf): fix typoBalázs Suhajda
2013-10-24docs(ngClass): fix typoSam Dornan
2013-10-24docs(rootScope): add example of using a listener function for $watchWesley Cho
2013-10-24style($route): fix line lengthPete Bacon Darwin
2013-10-24fix($animate): skip unnecessary addClass/removeClass animationsMatias Niemelä
2013-10-24docs(ngModelController): $parent can help isolate scope directivesbasarat
2013-10-24docs($routeProvider): document route.resolve rejectionJosh Schumacher
2013-10-24docs(select): fix typowiebl