aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-09-19docs(ngModelController): clarify issue with isolated scope directivePete Bacon Darwin
2013-09-19docs(input): fix spelling error and reword for clarityts-web
2013-09-19doc(ngApp): fix grammarDave Peticolas
2013-09-19docs($exceptionHandler): add an example of overriding the handlerJared Forsyth
2013-09-19docs(ngForm): fix grammar and improve explanationDave Peticolas
2013-09-18docs(ngResource): fix typoTim Statler
2013-09-18docs(ngShowHide): fix typoRoberto Bonvallet
2013-09-18fix(scenario): include "not " in error messages if test is invertedHubert SABLONNIÈRE
2013-09-17fix($parse): disallow access to window and dom in expressionsChirayu Krishnappa
2013-09-17docs(input): clarify that `contenteditable` is an HTML5 attributeJames
2013-09-16docs(orderBy): fix typo in orderBy.js documentationJesse Palmer
2013-09-16doc(api): fix grammar in a directive descriptionDave Peticolas
2013-09-16docs(api): fix grammar in ngClick descriptionDave Peticolas
2013-09-14docs(guide): fix typo in animation docPatrick Drechsler
2013-09-14docs(ngRoute): add missing parameter to $routeChangeErrorUmur Kontacı
2013-09-13docs(ngSwitch): fix minor typoDaniel Tse
2013-09-13docs($browser): add jsdoc tags and fix typoBen Tesser
2013-09-13docs(ngController): rephrased the description for clarityDean Sofer
2013-09-13docs($http): add examples when calling $http outside $applyPete Bacon Darwin
2013-09-13docs($http): explain why $http may not make the request immediatelyDang Nguyen Anh Khoa
2013-09-13fix(ngOptions): ignore object properties which start with $Gowtam Lal
2013-09-11fix(ngSanitize): sanitizer should not accept <!--> as a valid commentR. Merkert
2013-09-11docs(ngModel): provide link for best practices.Paxton Hare
2013-09-11docs(scope): clean up grammar and improve claritySam Dornan
2013-09-11style(ngForm): simplify restrict difference between form and ngFormrodyhaddad
2013-09-11docs(ngChange): remove wrong @restrict and add missing @paramrodyhaddad
2013-09-11docs(ng.directives): add correct @restrict for all ng directivesrodyhaddad
2013-09-11docs(Attributes): add missing documentation for $observe methodButch Peters
2013-09-10docs($q): clarify what happens when rejectednaorye
2013-09-10docs(angular.copy): clarify corner casesjakub-bochenski
2013-09-09docs(mock.inject): fix typoPete Bacon Darwin
2013-09-07fix(browserTrigger): do not use document.createEvent methodPete Bacon Darwin
2013-09-06fix(ngAnimate): check elapsedTime on current eventMatias Niemelä
2013-09-06fix(ngScenario): provide event parameters as objectMatias Niemelä
2013-09-05refactor($animate): use CSS3 transition/animation events instead of $timeouts...Matias Niemelä
2013-09-05docs(mock.inject): document underscore wrapping syntaxJasonM23
2013-09-05docs(booleanAttrs): improve parameter docs for boolean attributesJames Daily
2013-09-05docs(angular.bootstrap): clarify modules parameterPete Bacon Darwin
2013-09-05docs(): parameter for html5Mode is booleanPete Bacon Darwin
2013-09-05docs($anchorScroll): provide an example of basic usage.Ben Lesh
2013-09-03fix(ngView): ensure ngClass works with together with ngView's transclusion be...Matias Niemelä
2013-09-03fix(ngAnimate): ensure that ngClass is always compiled before enter, leave an...Matias Niemelä
2013-09-03chore($rootScope): provide support to execute a function after the digest cyc...Matias Niemelä
2013-09-03fix(ngAnimate): cut down on extra $timeout callsMatias Niemelä
2013-09-03feat(ngMock): allow passing an object literal as shorthand to moduleMerrick Christensen
2013-09-02fix($http): allow empty responses to be cachedjankuca
2013-08-29fix(core): parse IE11 UA string correctlyChirayu Krishnappa
2013-08-29perf(ngBindHtml): watch the original value and sanitize laterChirayu Krishnappa
2013-08-29fix(ngMocks): $logProvider should not use internal APIsAdam de Baugh
2013-08-29docs($q): document notify behaviorColin Frei