aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-01-06docs(form): changed capitalization in CSS classes sectionjesse
2014-01-05refactor(filterFilter): simplify code by a ternary op instead of if-elseRoyLING
2014-01-04docs(rootScope): fix typoKenneth Lynne
2014-01-04docs(ng/filter/filter): make docs human readableIgor Minar
2014-01-03docs($http): makes clear $httpProvider.defaults are available at run-timeMikeMac
2014-01-03docs(ngRepeat): add info about aliasing special properties of ngRepeatWojciech Krzystek
2014-01-03style($httpBackend): fix typoBastian Buchholz
2014-01-03fix($parse): fix CSP nested property evaluation, and issue that prevented its...Brian Nenninger
2014-01-03core(Scope): rename 'debugger' to 'web inspector' to avoid woes with g3 presu...Igor Minar
2014-01-03fix($httpBackend): don't delete xhr.onreadystatechange otherwise Safari :-OIgor Minar
2014-01-03fix($animate): ensure class-based animations are always skipped before struct...Matias Niemelä
2014-01-03docs($filter): fix wrong param order in docroyling
2014-01-02docs(\$sniffer): fix minor typoTiago Ribeiro
2014-01-02fix($resource): prevent URL template from collapsing into an empty stringGias Kay Lee
2014-01-02fix(ngShow/ngHide, ngIf): functions with zero args should be truthyBrian Ford
2014-01-02fix(httpBackend): fix 'type mismatch' error on IE8 after each requestIgor Minar
2014-01-02fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8Igor Minar
2014-01-02fix($location): $location.path() behaviour when $locationChangeStart is trigg...Sebastian K
2014-01-02style($browser): remove ws, fix typoIgor Minar
2014-01-02fix($browser): remove base href domain when url begins with '//'Caitlin Potter
2014-01-02fix(ngRepeat): allow for more flexible coding style in ngRepeat expressionGias Kay Lee
2014-01-02docs($compile): fix typoDavid Burrows
2014-01-02fix(Scope): don't let watch deregistration mess up the dirty-checking digest ...Igor Minar
2014-01-02fix($httpBackend): Ignore multiple calls to onreadystatechange with readyState=4Tobias Bosch
2014-01-02fix(animate): remove trailing `s`Olivier Louvignes
2013-12-31fix($injector): remove INSTANTIATING entry when doneMatt Ginzton
2013-12-31fix(input): use apply on change event only when one isn't already in progressIgor Minar
2013-12-30fix(input): prevent double $digest when using jQuery trigger.Michał Gołębiowski
2013-12-30fix($location): re-assign history after BFCache back on Android browserkimwz
2013-12-27perf(Scope): limit propagation of $broadcast to scopes that have listeners fo...Karl Seamon
2013-12-27fix(ngRoute): instantiate controller when template is emptyCaitlin Potter
2013-12-27fix($sanitize): consider `size` attribute as valid/allowed attributeBrady Isom
2013-12-20style($http): fix a semi-colonsanfords
2013-12-19feat(ngAnimate): provide configuration support to match specific className va...Matias Niemelä
2013-12-19feat(jqLite): provide support for element.one()Matias Niemelä
2013-12-19fix($animate): use a scheduled timeout in favor of a fallback property to clo...Matias Niemelä
2013-12-19docs($interval): remind the developer to destroy their intervalsJosh Kurz
2013-12-19docs(ngCloak): style name is ng-cloak, not ngCloaksnicolai
2013-12-19docs(booleanAttrs): add @priority to all the boolean directivesMark Jones
2013-12-19docs($injector): use correct spacing convention for CoffeeScript functionsmkolodny
2013-12-19docs(ngEventDirs): adding quick examples for new eventsJames Watling
2013-12-19fix($compile): remove invalid IE exceptional case for `href`Alexandre Potvin Latreille
2013-12-19fix($parse): return 'undefined' if a middle key's value is nullCaitlin Potter
2013-12-18fix($log): should work in IE8Tobias Bosch
2013-12-18fix(forEach): allow looping over result of querySelectorAll in IE8Tobias Bosch
2013-12-18fix($location): parse xlink:href for SVGAElementsCaitlin Potter
2013-12-18perf($parse) use a faster path when the number of path parts is lowKarl Seamon
2013-12-18perf(compile): add class 'ng-scope' before cloning and other micro-optimizationsKarl Seamon
2013-12-18docs($resource): fix typo in server response exampleoweitz
2013-12-18docs(ngInit): fix typoJason Farnsworth