aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-03-05style: enable jscs requireLeftStickedOperators ruleTimothée Jeannin
2014-03-02docs(loader): remove duplicate "the"Ole Michaelis
2014-03-02docs(ngView): rename controller suffix in ngView exampleGronblom Sam
2014-03-02docs($interval): cancel() takes a promise not a numberMikeMcElroy
2014-03-02docs(*): ensure jsdoc type expressions are validPeter Bacon Darwin
2014-03-02docs(loader): change 'MyModule' -> 'myModule'Paolo Moretti
2014-03-02docs(ngMock): fixes in flush() documentationthenickcox
2014-02-28style: enable jscs requireRightStickedOperators ruleIgor Minar
2014-02-28docs(forms): generated CSS classes for forms and inputs must have a ng prefixMatias Niemelä
2014-02-28docs(input): update $parsers NgModelController docJason Winnebeck
2014-02-28docs(ngAnimate): add missing 'super' to addClassnosideeffects
2014-02-28fix($animate): delegate down to addClass/removeClass if setClass is not foundMatias Niemelä
2014-02-28feat($animate): animate dirty, pristine, valid, invalid for form/fieldsYves Brissaud
2014-02-27docs(core): update fromJson return valueslinclark
2014-02-27fix(jqLite): properly toggle multiple classesPawel Kozlowski
2014-02-27chore(animate): fix typo in a commentLajos Veres
2014-02-27docs($sce): fix typoLajos Veres
2014-02-27docs($compile): fix typoLajos Veres
2014-02-26docs($injector): fix typodesertapple
2014-02-26fix($animate): ensure all comment nodes are removed during a leave animationMatias Niemelä
2014-02-26fix($animate): only block keyframes if a stagger is set to occurMatias Niemelä
2014-02-26fix(ngAnimate): TypeError Cannot call method 'querySelectorAll' in cancelChil...Stanislav Sysoev
2014-02-26fix($animate): ensure that animateable directives cancel expired leave animat...Matias Niemelä
2014-02-26fix($animate): ensure all animated elements are taken care of during the clos...Matias Niemelä
2014-02-26docs(*): fix jsdoc type expressionsPeter Bacon Darwin
2014-02-25revert: fix($location): parse query string when path is empty in hashbang modeIgor Minar
2014-02-26feat($parse): support trailing commas in object & array literalsMichał Gołębiowski
2014-02-24perf($animate): use rAF instead of timeouts to issue animation callbacksMatias Niemelä
2014-02-24chore(core): create a wrapper to manage async callbacksMatias Niemelä
2014-02-24chore(core): introduce a wrapper for requestAnimationFrameMatias Niemelä
2014-02-24docs($interpolate) fix sample code appearing unformattedDiego Muñoz Escalante
2014-02-23docs($routeProvider): correct "slashs" to "slashes"Alessandro Bahgat
2014-02-22docs(ngPluralize): corrected "bounded to" to "bound to"Alessandro Bahgat
2014-02-22docs($animate): change @param to use valid typesPeter Bacon Darwin
2014-02-21perf($cacheFactory): skip LRU bookkeeping for caches with unbound capacitySekib Omazic
2014-02-21fix($location): parse query string when path is empty in hashbang modeCaitlin Potter
2014-02-21fix(input): use ValidityState to determine validityCaitlin Potter
2014-02-21fix(isElement): reduce false-positives in isElement testsCaitlin Potter
2014-02-21fix($parse): reduce false-positives in isElement testsCaitlin Potter
2014-02-21feat(ngHref): bind ng-href to xlink:href for SVGAElementCaitlin Potter
2014-02-21fix($http): do not add trailing questionBoris Serdyuk
2014-02-21fix($http): send GET requests by defaultPawel Kozlowski
2014-02-21docs(*): fix anchors for members in api docsPeter Bacon Darwin
2014-02-21docs(ngMock.$interval): fix return descriptionSadaoui Abderrahim
2014-02-20docs(ngSubmit): reference correct object ($scope) in example.James Roome
2014-02-20docs(core): add note that isObject returns true for arrayscnlevy
2014-02-20docs(ngMock): document method ngMock.$interval#cancel()Sadaoui Abderrahim
2014-02-19docs(modules): remove unused {@installModule} tagsPeter Bacon Darwin
2014-02-19docs($routeProvider): fix indentationSteven Petryk
2014-02-18fix(jqLite): make jqLite('<iframe src="someurl">').contents() return iframe d...Caitlin Potter