aboutsummaryrefslogtreecommitdiffstats
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-31docs(guide): change example controller to properly call greet method on greeterMatt Hardy
2012-12-19docs(anchorScroll): correct word "location"Murilo da Silva
2012-12-19docs(guide): minor English corrections to the Directive guideJohn Fletcher
2012-12-18docs(directive): old syntaxMiško Hevery
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-12feat(docs): Add angularjs tag to plunks and make privateggoodman
2012-12-11docs(README.md): add missing 'you' and a commaPeter Evjan
2012-12-10docs(guide): fix injector service code exampleRomain Neutron
2012-12-09docs($resource): document port number escaping and fix typoJuha Syrjälä
2012-12-08docs(tutorial): typo fix commandx -> commandEric Case
2012-12-07docs($q): typo fix - programing -> programmingEric Case
2012-12-07doc(concepts): Fix typo in $render() functionJános Rusiczki
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-29docs(directive): correct expression, fix typo and re-wrap linesDaniel Luz
2012-11-29fix(docs): add missing </div> tag to sourceEdit directive templateJohannes Hansen
2012-11-28docs(menu): fix the navbar drop down linksIgor Minar
2012-11-28chore(release): start 1.0.4 bewildering-hair iterationIgor Minar
2012-11-27chore(release): cut the 1.0.3 bouncy-thunder releasev1.0.3Igor Minar
2012-11-27docs(CHANGELOG): release notes for 1.0.3 and 1.1.1 releasesIgor Minar
2012-11-26fix($location): reset $location.$$replace with every watch callRado Kirov
2012-11-26docs: load angular from CDN only on productionVojta Jina
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-26test(ngRepeat): clean up and improve testsIgor Minar
2012-11-26fix(ngRepeat): attempt to simplify and improve existing fix for #933Igor Minar
2012-11-26test(ngRepeat): add test for issue #1076Igor Minar
2012-11-26fix(jqLite): fire $destroy event via triggerHandlerIgor Minar
2012-11-26feat(jqLite): add triggerHandler()Igor Minar
2012-11-25docs(CONTRIBUTING.md): add contrib info file for GitHubIristyle
2012-11-25fix(Scope): allow removing a listener during eventVojta Jina
2012-11-25docs(README.md): fix "API Docs" linkKevin Western
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(guide/concepts): some typo/grammar fixesDave Clayton
2012-11-22docs(guide/directive): fix typoJohn Hume