| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-17 | fix(test): fixed toThrow usage | Chirayu Krishnappa | |
| 2013-09-17 | fix(build): get promise A+ tests to run on windows | Pete Bacon Darwin | |
| 2013-09-17 | docs(input): clarify that `contenteditable` is an HTML5 attribute | James | |
| Closes #3841 | |||
| 2013-09-16 | docs(ngdoc): fix spelling mistake | Tim Statler | |
| Closes #3836 | |||
| 2013-09-16 | docs(orderBy): fix typo in orderBy.js documentation | Jesse Palmer | |
| Closes #3838 | |||
| 2013-09-16 | doc(api): fix grammar in a directive description | Dave Peticolas | |
| - Add missing words. - Simplify text. | |||
| 2013-09-16 | docs(api): fix grammar in ngClick description | Dave Peticolas | |
| - Add missing word 'directive'. - Add missing word 'an'. | |||
| 2013-09-15 | docs(guide/bootstrap): add info about deferred bootstrap | Pete Bacon Darwin | |
| 2013-09-14 | docs(guide): fix typo in animation doc | Patrick Drechsler | |
| 2013-09-14 | docs(guide/forms): add comma for clarity | ts-web | |
| Closes #3985 | |||
| 2013-09-14 | docs(ngRoute): add missing parameter to $routeChangeError | Umur Kontacı | |
| The first parameter in $routeChangeError is the event object. Closes #3986 | |||
| 2013-09-13 | docs(ngSwitch): fix minor typo | Daniel Tse | |
| Closes #3993 | |||
| 2013-09-13 | docs($browser): add jsdoc tags and fix typo | Ben Tesser | |
| 2013-09-13 | docs(ngController): rephrased the description for clarity | Dean Sofer | |
| 2013-09-13 | docs($http): add examples when calling $http outside $apply | Pete Bacon Darwin | |
| Closes #3996 | |||
| 2013-09-13 | docs($http): explain why $http may not make the request immediately | Dang Nguyen Anh Khoa | |
| I came across this issue today and after researching has found out this thread on so: http://stackoverflow.com/questions/17039998/angular-not-making-http-requests-immediately. It took me quite sometimes to figure out this so I hope the addition in documentation could save somebody else some times and frustration. | |||
| 2013-09-13 | fix(ngOptions): ignore object properties which start with $ | Gowtam Lal | |
| 2013-09-13 | docs(guide/e2e_testing): clarify that .enter searches by ng-model | brakon | |
| 2013-09-11 | test($browser): correct false positive in ApplicationSpec.js | Woody Peterson | |
| Previously, the check that Application should return a new $window and $document had the arguments reversed in the first call to navigateTo; thus, the subsequent check of inequality of $window and $document in the next navigateTo call would always pass. This corrects the argument order, which makes this test not succeptible to false positives. | |||
| 2013-09-11 | fix(ngSanitize): sanitizer should not accept <!--> as a valid comment | R. Merkert | |
| According to http://validator.w3.org/ , <!--> is not a valid comment and neither is any comment containing the -- substring. | |||
| 2013-09-11 | docs(tutorial/step-10): fix incorrect link to step-8 tests | cjmling | |
| Closes #3972 | |||
| 2013-09-11 | docs(ngModel): provide link for best practices. | Paxton Hare | |
| Closes #3973 | |||
| 2013-09-11 | docs(guide/concepts): remove div-clear-tags that break the formatting | Randi Hillerøe | |
| Closes #3974 | |||
| 2013-09-11 | docs(scope): clean up grammar and improve clarity | Sam Dornan | |
| Some typos fixed and grammar improved: - withing -> within - life-cycle -> life cycle - extraneous spaces - grammar mistakes - missing commas - reworded unclear statements Closes #3920 | |||
| 2013-09-11 | style(ngForm): simplify restrict difference between form and ngForm | rodyhaddad | |
| 2013-09-11 | docs(ngChange): remove wrong @restrict and add missing @param | rodyhaddad | |
| 2013-09-11 | docs(ng.directives): add correct @restrict for all ng directives | rodyhaddad | |
| 2013-09-11 | fix(ngdoc.js): update default directive restrict to 'A' | rodyhaddad | |
| 2013-09-11 | docs(Attributes): add missing documentation for $observe method | Butch Peters | |
| - Add proper ngdoc annotations to existing $observe documentation - Add link to directive guide for usage example of $observe - Add note about $observe function parameter signature Closes #3957 | |||
| 2013-09-10 | docs($q): clarify what happens when rejected | naorye | |
| Closes #3943 | |||
| 2013-09-10 | docs(angular.copy): clarify corner cases | jakub-bochenski | |
| The behaviour when null or undefined was passed was not clear. The exception thrown when source == destination was not documented. Closes #3946 | |||
| 2013-09-09 | docs(forms.ngdoc): fix spacing in example | Anthony Tran | |
| Closes #3930 | |||
| 2013-09-09 | docs(README): add dashboard link | Richard | |
| Closes #3934 | |||
| 2013-09-09 | docs(mock.inject): fix typo | Pete Bacon Darwin | |
| 2013-09-07 | fix(browserTrigger): do not use document.createEvent method | Pete Bacon Darwin | |
| Firefox 23 has deprecated the use of createEvent for transition and animation events. We must now use `new TransitionEvent()` and `new AnimationEvent()` if they are available. But of course IE doesn't support this format correctly so we must wrap the attempt in a try block and revert to document.createEvent if necessary.. | |||
| 2013-09-06 | fix(ngAnimate): check elapsedTime on current event | Matias Niemelä | |
| onAnimationProgress now checks the event's elapsedTime property before checking the originalEvent.elapsedTime property. Use browserTrigger with elapsedTime parameter to trigger animation events | |||
| 2013-09-06 | fix(ngScenario): provide event parameters as object | Matias Niemelä | |
| BREAKING CHANGE: browserTrigger now uses an eventData object instead of direct parameters for mouse events. To migrate, place the `keys`,`x` and `y` parameters inside of an object and place that as the third parameter for the browserTrigger function. | |||
| 2013-09-05 | refactor($animate): use CSS3 transition/animation events instead of ↵ | Matias Niemelä | |
| $timeouts to track ongoing animations Closes #3629 Closes #3874 | |||
| 2013-09-05 | docs(mock.inject): document underscore wrapping syntax | JasonM23 | |
| Add a summary describing the ignored underscore syntax sugar helper, with a simple use case example. Closes #3621 | |||
| 2013-09-05 | docs(tutorial): fix markup for tutorial_03.png diagram | Alexander Kaidalov | |
| Closes #3707 | |||
| 2013-09-05 | docs(tutorial): fix markup for tutorial_04.png diagram | Alexander Kaidalov | |
| 2013-09-05 | docs(tutorial): clarify use of inject() in step 9 | Pete Bacon Darwin | |
| Closes #3718 | |||
| 2013-09-05 | docs(booleanAttrs): improve parameter docs for boolean attributes | James Daily | |
| Closes #3724 | |||
| 2013-09-05 | docs(css_styling_guide): add ng-scope and ng-binding classes | Nick Donohue | |
| I noticed angular was adding these css classes to elements and believe they should be listed in the documentation at this page. The ng-scope class is mentioned in the developer guide, hence the link there, and the ng-binding class is not mentioned anywhere else in the documentation or the guide that I found. Closes #3728 | |||
| 2013-09-05 | docs(angular.bootstrap): clarify modules parameter | Pete Bacon Darwin | |
| It was not clear what you could pass to specify modules to load in the `module` parameter of this function. The `modules` parameter takes an array. The main case is to provide a String, which is the name of a "predefined" angular module. The side cases are to provide a Function (or an annotated function in the form of an Array), which will be invoked by the injector as a run block. It is not possible to "define" new modules via this parameter. Closes #3692 | |||
| 2013-09-05 | docs(bootstrap.ngdoc): clarify bootstrap example | Calvin Fernandez | |
| Clear up confusion about module declaration when using manual bootstrap. | |||
| 2013-09-05 | docs(): parameter for html5Mode is boolean | Pete Bacon Darwin | |
| 2013-09-05 | docs($anchorScroll): provide an example of basic usage. | Ben Lesh | |
| Per a request made by Peter Bacon Darwin here: http://www.benlesh.com/2013/02/angular-js-scrolling-to-element-by-id.html?showComment=1370941217879#c8718313084813008967 | |||
| 2013-09-05 | docs(changelog): add a note about directives ending w/ -start and -end | Igor Minar | |
| Closes #3589 | |||
| 2013-09-05 | chore(release): add script for comparing master and stable branches | Brian Ford | |
