aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-03-06feat(angular.bootstrap): support deferred bootstrapJulie
2013-03-06docs($http): add more info about transform functionIgor Minar
2013-03-05chore(Grunt): switch from Rake to GruntDave Geddes
2013-02-28feat($compile): allow directives to modify interpolated attributesThibault Leruitte
2013-02-27feat($compile): support for dynamic template generationLuis Ramón López
2013-02-27feat($route): add `caseInsensitiveMatch` option for url matchingDavid Chang
2013-02-27feat($resource): ability to override url in resource actionszeflasher
2013-02-27feat($compile): add attribute binding support via ngAttr*Luis Ramón López
2013-02-26fix($http): don't encode URL query substring "null" to "+"Andrew McLeod
2013-02-25docs(ngMock): fix minor typo in commentMatt Ginzton
2013-02-25docs(ngMock): remove Jasmine-only comments now that Mocha worksMatt Ginzton
2013-02-25fix(ngMock): fix isSpecRunning to work for MochaMatt Ginzton
2013-02-25fix($compile): compile replace directives in external templatedanilsomsikov
2013-02-25feat(JQLite): ready() now supports document.readyState=='complete'Jørgen Borgesen
2013-02-25feat($compile): '=?' makes '=' binding optionalLuis Ramón López
2013-02-25docs(dateFilter): properly specify range for the Z format modifierPawel Kozlowski
2013-02-25refactor($route): use $q#all hash signature 2 simplify 'resolve' implAlexander Shtuchkin
2013-02-25feat($q): $q.all() now accepts hashAlexander Shtuchkin
2013-02-25fix($compile): whitelist file:// in url sanitizationIgor Minar
2013-02-23fix($compile): handle elements with no childNodes propertyIgor Minar
2013-02-23fix($httpBackend): prevent DOM err due to dereferencing .responseTextIgor Minar
2013-02-20fix($compile): sanitize values bound to a[href]Igor Minar
2013-02-18fix(ngClass): keep track of old ngClass value manuallyPer Rovegård
2013-02-18fix(compile): should not leak memory when there are top level empty text nodesPete Bacon Darwin
2013-02-14feat(routeProvider): Add support to catch-all parameters in routesLuis Ramón López
2013-02-14fix(compile): Initialize interpolated attributes before directive linkingPete Bacon Darwin
2013-02-14fix(compile): Interpolate @ locals before the link function runsPete Bacon Darwin
2013-02-14feat(ngSwitch): support multiple matches on ngSwitchWhen and ngSwitchDefaultLucas Galfasó
2013-02-14fix($httpBackend): patch for Firefox bug w/ CORS and response headersWill Moore
2013-02-14fix(a): workaround IE bug affecting mailto urlsIgor Minar
2013-02-14style(filter): remove wsIgor Minar
2013-02-14fix(*): don't use instanceof to detect arraysIgor Minar
2013-02-14docs($resource): fix bad indentation producing a code blockCedric Soulas
2013-02-14docs($rootScope): rearrange event listener docsEwen Cumming
2013-02-14fix(ngSwitch): make ngSwitch compatible with controller BC moduledeboer
2013-02-14docs($q): fix a few typosVineet Kumar
2013-02-14fix($http): do not encode special characters `@$:,` in paramsVojta Jina
2013-02-14fix($resource): params should expand array values properlyMark Nadig
2013-02-14feat(scope): only evaluate constant $watch expressions onceDaniel Luz
2013-02-14feat($parse): added `constant` and `literal` propertiesDaniel Luz
2013-02-14docs($parse): document function argument types, fix minor typoDaniel Luz
2013-02-14fix($rootScope): minor typo fixesDaniel Luz
2013-02-14feat(noConflict): restore previous angular namespace referenceJames Morrin
2013-02-14fix(resource): Update RegExp to allow urlParams with out leading slashFredrik Bonander
2013-02-14fix(compiler): Allow startingTag method to handle text / comment nodesShyam Seshadri
2013-02-14feat(filter): Add comparison function to filterRosina Bignall
2013-02-14fix(numberFilter): fix formatting when "0" passed as fractionSizeKury Kruitbosch
2013-02-14docs($resource): fix missing punctuationCedric Soulas
2013-02-11feat($resource): expose promise based api via $then and $resolvedIgor Minar
2013-02-11revert: refactor(angular.copy): use slice(0) to clone arraysIgor Minar