| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-19 | docs(ngModelController): clarify issue with isolated scope directive | Pete Bacon Darwin | |
| See #4043 | |||
| 2013-09-19 | docs(input): fix spelling error and reword for clarity | ts-web | |
| 2013-09-19 | doc(ngApp): fix grammar | Dave Peticolas | |
| 2013-09-19 | docs($exceptionHandler): add an example of overriding the handler | Jared Forsyth | |
| Closes #3816 | |||
| 2013-09-19 | docs(guide/i18n): change non-existent de-ge to de-de | Maarten Stolte | |
| The de-ge locale does not exist Closes #4053 | |||
| 2013-09-19 | docs(ngForm): fix grammar and improve explanation | Dave Peticolas | |
| Closes #4050 | |||
| 2013-09-18 | docs(guide/$location): describe workaround for collocated apps | Ash | |
| When using Angular in the root of a domain with HTML5 URLs where there are links to external paths within the same directory, the `otherwise` route handler will catch these external files. This can be fixed by prefixing '.' onto the links to URLs that should be handled by angular routing. Original Issue: #3520 Example of Fix: http://fiddle.jshell.net/fgHf6/3/ Closes #3555 | |||
| 2013-09-18 | docs(tutorial/step_03): add info about karma-ng-scenario plug-in | Zachary Friedman | |
| The existing documentation for this step could have people find themselves unable to run the `e2e-test.sh` script. This note added regarding `karma-ng-scenario` will minimize their confusion and allow people to run the script. Closes #4033 | |||
| 2013-09-18 | fix(scenario): include "not " in error messages if test is inverted | Hubert SABLONNIÈRE | |
| Closes #3840 | |||
| 2013-09-17 | docs(input): clarify that `contenteditable` is an HTML5 attribute | James | |
| Closes #3841 | |||
| 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-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 | 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(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-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 | Pete Bacon Darwin | |
| 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-02 | fix($http): allow empty responses to be cached | jankuca | |
| Closes #3809 | |||
| 2013-08-30 | chore(build): add jenkins_build.sh file | Igor Minar | |
| cherry-pick from the master branch with the promises-aplus tests removed. | |||
| 2013-08-28 | chore: upgrade grunt packages to match master | Brian Ford | |
| 2013-08-28 | docs(guide): update description of $inject mechanism to be a little clearer | phanboy4 | |
| 2013-08-22 | docs(overview): improve grammar | Brian Ford | |
| 2013-08-22 | chore(release): start new 1.0.9 iteration | Igor Minar | |
| Marc is working on the code name :-) | |||
| 2013-08-22 | chore(release): cut the 1.0.8 bubble-burst releasev1.0.8 | Igor Minar | |
| 2013-08-22 | chore(grunt): ensure that grunt uses zip for compression | Igor Minar | |
| 2013-08-22 | docs(changelog): release notes for 1.0.8 bubble-burst | Igor Minar | |
| 2013-08-22 | docs(CHANGELOG): update changelog | Igor Minar | |
| 2013-08-22 | docs(CHANGELOG): release notes for 1.2.0-rc1 spooky-giraffe | Igor Minar | |
