aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
AgeCommit message (Expand)Author
2014-03-24fix(input): don't perform HTML5 validation on updated model-valueg3_v1_2Caitlin Potter
2014-03-21docs($document): add a documentation example.Trevor Ewen
2014-03-21docs($q): add mention of Antroid 2.x browserthorn0
2014-03-21fix($rootScope): ng-repeat can't handle NaN values. #4605Sekib Omazic
2014-03-21fix(orderBy): support string predicates containing non-ident charactersCaitlin Potter
2014-03-21style($templateCache): remove trailing whitespaceCaitlin Potter
2014-03-21docs($templateCache): use GFM example format rather than <pre> tagsJesse Palmer
2014-03-21docs(booleanAttrs): fix typoSekib Omazic
2014-03-21docs(ngForm): remove duplicate @param annotationDavid Rogers
2014-03-21docs(ngInclude): make the quote type explicitMark Jones
2014-03-21docs($http): update shortcut method descriptionlinclark
2014-03-20fix(select): avoid checking option element selected properties in renderJeff Balboni
2014-03-18fix($$RAFProvider): check for webkitCancelRequestAnimationFrameTraxmaxx
2014-03-18fix(Scope): $watchCollection should call listener with oldValueIgor Minar
2014-03-16fix($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 (ngAnimate): fix requestAnimationFrame for old version of FirefoxThomas Belin
2014-03-14fix($$rAF): always fallback to a $timeout incase native rAF isn't supportedMatias Niemelä
2014-03-11docs(ngRepeat): Separate animation class in new linesBasem Mostafa
2014-03-11docs($sce): correct typoSekib Omazic
2014-03-11docs(ngBind): fix typoSekib Omazic
2014-03-11style(jsdoc tags): remove/ammend invalid tagsPeter Bacon Darwin
2014-03-07fix($compile): support templates with thead and tfoot root elementsLucas Galfasó
2014-03-02docs($interval): cancel() takes a promise not a numberMikeMcElroy
2014-03-02docs(*): ensure jsdoc type expressions are validPeter Bacon Darwin
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-28feat($animate): animate dirty, pristine, valid, invalid for form/fieldsYves Brissaud
2014-02-27docs($sce): fix typoLajos Veres
2014-02-27docs($compile): fix typoLajos Veres
2014-02-26fix($animate): ensure that animateable directives cancel expired leave animat...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-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($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-20docs(ngSubmit): reference correct object ($scope) in example.James Roome