aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2012-11-26feat(form): add ability to reset a form to pristine statePawel Kozlowski
2012-11-26fix(jqLite): support append on document fragmentIgor Minar
2012-11-26fix(jqLite): fire $destroy event via triggerHandlerIgor Minar
2012-11-26feat(jqLite): add triggerHandler()Igor Minar
2012-11-25fix(Scope): allow removing a listener during eventVojta Jina
2012-11-25docs(api): add ngRequired to input/select/textarea directivesDean Sofer
2012-11-25feat($cacheFactory): cache.put now returns the added valueJP Sugarbroad
2012-11-24fix($http): config.param should expand array values properlyTom Davis
2012-11-24feat(linky): allow optional 'target' argumentZach Dexter
2012-11-24fix($cacheFactory): return undefined when removing non-existent entryJeremy Tymes
2012-11-24fix($resource): prevent default params to be shared between actionsAdrian Gheorghe
2012-11-21docs(): Fix a couple of typos in the documentationKris Jenkins
2012-11-17docs($q): fix missing bracket in the exampleUri Goldshtein
2012-11-15fix(CSP): update to the latest CSP apiIgor Minar
2012-11-14fix($rootScope): workaround for Chrome's memleakIgor Minar
2012-11-11docs(angular.module): improve angular.Module#run docsHaralan Dobrev
2012-11-11docs($timeout): set return type to Promise instead of *.Wes Alvaro
2012-11-11docs(ngList): fix typoJosh Adams
2012-11-11docs(encodeUriSegment): fix typoJosh Adams
2012-11-11docs(ngHide): Fix typo and make it more in line with ngShowChristian Vuerings
2012-11-11feat($sanitize): support telephone linksAnna Vester
2012-10-31fix(select): select option with a label of 0 is not shownSudhir Jonathan
2012-10-31chore(injector): fix typo in injector documentationsqwishy trick
2012-10-31fix(scenario-runner): support data-ng and x-ng based attributesAdam Macejak
2012-10-29fix($compile): don't look for class directives in empty stringIgor Minar
2012-10-29fix($compile): compilation should not recurse into empty nodesIgor Minar
2012-10-29style($compile): better fn names for debuggingIgor Minar
2012-10-29refactor(): simplify nodeLinkFnIgor Minar
2012-10-29fix($compile): prevent double attr interpolation w/ templateUrlIgor Minar
2012-10-26fix(currency): Handle not-quite-zero valuesBraden Shepherdson
2012-10-18chore(jstd-scenario-adapter): remove from our repoIgor Minar
2012-09-20fix($compile): reference local in isolate scopeVojta Jina
2012-09-11fix($route): support inline annotation on .resolveMisko Hevery
2012-09-11feat($http): Allow setting withCredentials on defaultsTom Hughes
2012-09-11fix($evalAsync): have only one global async queueMisko Hevery
2012-09-11fix(scenario): emit RunnerBegin eventShyam Seshadri
2012-09-11fix(scenario): NPE when no angular loaded in test pageJimmy Zhuo
2012-09-11docs($rootScope): fix iteration limit described by $watch, it's actually 10 a...Daniel Luz
2012-09-11docs($rootScope): fix typos and minor wording tweaks on $watchDaniel Luz
2012-09-11docs($rootScope): fix quoting on expressionDaniel Luz
2012-09-11docs($rootScope): standardize on present, third-person actions for descriptionsDaniel Luz
2012-09-11docs($rootScope): backquote attribute types too on $onDaniel Luz
2012-09-11docs($cacheFactory): fix backquotes on method descriptionsDaniel Luz
2012-09-11docs($rootScope): fix typos on $newDaniel Luz
2012-09-11docs($rootScope): fix typo on $evalDaniel Luz
2012-09-11docs($rootScope): fix typos on $watchDaniel Luz
2012-09-11docs(ngResource): Spelling typo (agressive => aggressive)Jay Zeng
2012-09-10fix($resource): fix isDefined -> angular.isDefinedIgor Minar
2012-09-06fix(a): prevent Opera from incorrectly navigating on link clicksgtpep
2012-09-06fix(FormController): propagate dirty state to parent formsKai Groner