aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-01feat(e2eRunner): fail when an option to select does not existStephane Bisson
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-28feat($resource): allow dynamic default parametersPascal Corpet
2012-11-26fix($http): only set X-XSFR-TOKEN header for same-domain requestRado Kirov
2012-11-26fix($http): remove 'X-Requested-With' from header defaultsRado Kirov
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-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