aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-01-17style($compile): fix indentationIgor Minar
2013-01-17fix($compile): do not wrap empty root text nodes in spansPete Bacon Darwin
2013-01-17fix(ngRepeat): correctly apply $last if repeating over objectPete Bacon Darwin
2013-01-16fix(scenario): don't trigger input events on IE9Igor Minar
2013-01-16fix($route): support route params not separated with slashes.Martin Probst
2013-01-14fix($compile): safely create transclude comment nodesIgor Minar
2013-01-09fix(jqLite): children() should only return elementsPete Bacon Darwin
2013-01-08fix(jqLite): make next() ignore non-element nodesKeyamoon
2013-01-08fix($injector): remove bogus fn argIgor Minar
2013-01-08refactor($browser): remove faulty 20+ cookies warningIgor Minar
2013-01-08revert: fix(a): prevent Opera from incorrectly navigating on link clickIgor Minar
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