aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-01-04docs(form): minor form doc and example fixesJonathan Card
2013-01-03docs($http): clarify documentation on error status codesPer Rovegård
2012-12-19docs(anchorScroll): correct word "location"Murilo da Silva
2012-12-18docs(ngView): fix code example (change template to templateUrl)Pawel Kozlowski
2012-12-14fix($route): correctly extract $routeParams from urlsGonzalo Ruiz de Villa
2012-12-09docs($resource): document port number escaping and fix typoJuha Syrjälä
2012-12-07docs($q): typo fix - programing -> programmingEric Case
2012-12-06docs($http): fix link typo in $http docJeremy Tymes
2012-12-06docs(mocks): update src/ngMock/angular-mocks.js documentationFred Sauer
2012-12-06docs(mocks): fix documentation bug: angular.mock.debugFred Sauer
2012-12-05chore(bootstrap-prettify): update urls to code.angularjs.orgIgor Minar
2012-12-05fix(select): support optgroup + select[multiple] combo_pants
2012-12-01fix($injector): provider can now be defined in the array formatSudhir Jonathan
2012-11-30fix($resource): HTTP method should be case-insensitiveSudhir Jonathan
2012-11-30refactor($resource): fix indentation and move a method definitionCezar Berea
2012-11-30fix(Scope): ensure that a scope is destroyed only onceIgor Minar
2012-11-26fix($location): reset $location.$$replace with every watch callRado Kirov
2012-11-26fix(ngClassOdd/ngClassEven): support shrinking/reordering in repeatersIgor Minar
2012-11-26style(jqLite): better variable namesIgor Minar
2012-11-26fix(ngRepeat): support mostly-stable repeating for primitivesIgor Minar
2012-11-26fix(ngModel): sync ngModel state with scope stateIgor Minar
2012-11-26fix(ngRepeat): attempt to simplify and improve existing fix for #933Igor 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-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-22docs(): Fix a couple of typos in the documentationKris Jenkins
2012-11-22docs($q): fix missing bracket in the exampleUri Goldshtein
2012-11-14fix($rootScope): workaround for Chrome's memleakIgor Minar
2012-11-11revert($resource): support custom headers per actionIgor 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-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($compile): simplify nodeLinkFnIgor Minar
2012-10-29fix($compile): prevent double attr interpolation w/ templateUrlIgor Minar
2012-10-29fix(currency): Handle not-quite-zero valuesBraden Shepherdson
2012-09-22fix($compile): reference local in isolate scopeVojta Jina
2012-09-11fix($route): support inline annotation on .resolveMisko Hevery
2012-09-11docs(ngResource): Spelling typo (agressive => aggressive)Jay Zeng
2012-09-11fix($resource): fix isDefined -> angular.isDefinedIgor Minar