aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-03-17docs(ngForm): remove duplicate @param annotationDavid Rogers
2014-03-17fix(jqLite): traverse `host` property for DocumentFragment in inheritedData()Caitlin Potter
2014-03-17docs(ngInclude): make the quote type explicitMark Jones
2014-03-17docs($http): update shortcut method descriptionlinclark
2014-03-17docs(ngRoute): remove global controller syntax in the examplebradwheel
2014-03-15fix($http): allow sending Blob data using $httpBruno Baia
2014-03-14fix($http): don't covert 0 status codes to 404 for non-file protocolsPawel Kozlowski
2014-03-14fix($$rAF): always fallback to a $timeout incase native rAF isn't supportedMatias Niemelä
2014-03-14fix(ngAnimate): setting classNameFilter disables animation inside ng-ifTomer Chachamu
2014-03-13docs(ngMock): grammar nitpick.Nick Heiner
2014-03-13docs($resource): fix example using promiseWesley Cho
2014-03-13fix (ngAnimate): fix requestAnimationFrame for old version of FirefoxThomas Belin
2014-03-10docs(route.js): changed html entities lt gt to < and >Louis Haußknecht
2014-03-10docs(ngRepeat): Separate animation class in new linesBasem Mostafa
2014-03-10docs($route): change routes property to correct typedoodeec
2014-03-10feat(): whitelist blob urls for sanitization of data-bound image urlsIgor Minar
2014-03-07docs($sce): correct typoSekib Omazic
2014-03-07docs(ngBind): fix typoSekib Omazic
2014-03-07style(jsdoc tags): remove/ammend invalid tagsPeter Bacon Darwin
2014-03-07fix($compile): support templates with thead and tfoot root elementsLucas Galfasó
2014-03-07docs($route): fix formatting of example codePeter Bacon Darwin
2014-03-06feat(input): support types date, time, datetime-local, month, weekBen Lesh
2014-03-06fix(style): expressions in style tagsSekib Omazic
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