aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-01-13docs(angular.forEach): specifies that .forEach filters using .hasOwnPropertyMehul Patel
2014-01-13revert: fix($route): update current route upon $route instantiationIgor Minar
2014-01-13fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty ...Noam Lewis
2014-01-11docs(ngView): moar better autoscroll docsIgor Minar
2014-01-11docs(ngView): add param infoGias Kay Lee
2014-01-10docs($sce): corrected typo & markup.jesse
2014-01-10fix($route): update current route upon $route instantiationDaniel Zimmermann
2014-01-10docs(select): update regexp grouping cheat-sheatAjay Roopakalu
2014-01-10feat(select): allow multiline ng-optionsAjay Roopakalu
2014-01-10fix($http): return responseText on IE8 for requests with responseType setIgor Minar
2014-01-10docs(\$resource): fixed typo (s/seapph/search)René Wilhelm
2014-01-10docs($location): fix link to $locationChangeSuccess eventCaitlin Potter
2014-01-09revert: fix($location): return '/' for root path in hashbang modeIgor Minar
2014-01-09fix($location): return '/' for root path in hashbang modeCaitlin Potter
2014-01-09fix($httpBackend): Allow status code 0 from any protocolRafał Jagoda
2014-01-08feat(docs): adding the <doc:protractor> ngdoc-tagJulie
2014-01-08docs(script): add more detailed informationGias Kay Lee
2014-01-08fix($httpBackend): cancelled JSONP requests will not print error in the consoleArtemy Tregubenko
2014-01-07docs($document): moar better descriptionIgor Minar
2014-01-07docs($document): improve the descriptionIgor Minar
2014-01-07refactor(booleanAttrs, ngSwitch): use link function instead of compile functi...Gias Kay Lee
2014-01-06fix(ngMock window.inject): Remove Error 'stack' property changesAndrew C. Greenberg
2014-01-06refactor(input): wrapped validation logic in helper functionBen Wiklund
2014-01-06docs($compile): fix a typoGias Kay Lee
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