| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-09 | docs(tutorial/step11): correct Jasmine Matcher link | Marko Bonaci | |
| Link http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html is no longer valid. Closes #4329 | |||
| 2013-10-07 | docs(ngValue): add docs for ngValue directive | Brian Ford | |
| Closes #4267 | |||
| 2013-10-07 | docs(ngModel): fix grammar and improve clarity | Dave Peticolas | |
| Closes #4291 Conflicts: src/ng/directive/input.js | |||
| 2013-10-03 | docs(angular.bind): clarify that bind is partial application | Joe Hanink | |
| The `angular.bind` function reflects the definition of "partial application", which reduces a function's arity rather than transforming a function with n args into a chain of n functions, each having a single arg. curry : f(x,y,z) -> f(x)(y)(z) partial application : f(x,y,z) -> f(x)(y,z) Closes #4239 | |||
| 2013-10-03 | docs(guide/directive): fix indentation in example code | mtaran-google | |
| Closes #4241 | |||
| 2013-10-03 | docs(guide/directive): clarify use of binding to scopes | gdennie | |
| The use of 'angular' as sample text is confusing to the newbie in that they are forced to confirm that the text 'angular' is not a keyword or otherwise referring to a system component. This is changed to a more obvious sample text. The most common form of `ngBind` is moved to the top of the list. Closes #4237 | |||
| 2013-10-03 | docs(rootScope): improve grammar and clarity | Pete Bacon Darwin | |
| 2013-10-03 | fix($sanitize): sanitize DOCTYPE declarations correctly | paolo-delmundo | |
| HTML to be sanitized that contains a DOCTYPE declaration were causing the HTML parser to throw an error. Now the parser correctly removes the declarations when sanitizing HTML. Closes #3931 | |||
| 2013-09-30 | docs(angular.copy): add an example with the two possible arguments | Uri Goldshtein | |
| Closes #4179 | |||
| 2013-09-30 | docs(tutorial/step0): fix minor typo | Richard Sentino | |
| Closes #4154 | |||
| 2013-09-28 | docs($timeout): add a $timeout example | Uri Goldshtein | |
| The original example is by gxlcl. Closes #4180 | |||
| 2013-09-28 | docs(guide/overview): fix typo | Thomas Tuts | |
| Closes #4188 | |||
| 2013-09-27 | docs(guide/e2e-testing): select also uses ng-model (like input) | joscarsson | |
| This is specified for input fields, but not for selects. This change specifies it also for select(). | |||
| 2013-09-27 | docs(angular.Module): fix controller and directive method parameters | David Bennett | |
| 2013-09-27 | docs(ngCsp): fix grammar | Dave Peticolas | |
| 2013-09-27 | docs(dblClick): fix grammar | Dave Peticolas | |
| 2013-09-27 | docs(ngDisabled): clarify | Dave Peticolas | |
| 2013-09-25 | docs(docs.css): prevent `<code>` elements from wrapping | Misha Moroshko | |
| Closes #4114 | |||
| 2013-09-25 | docs(ngHref): fix formatting and clarify | Dave Peticolas | |
| Closes #4106 | |||
| 2013-09-25 | docs(jqLite): fix typo | lorint | |
| Closes #4105 | |||
| 2013-09-25 | docs(guide/$location): provide a title for section about `replace()` | gdennie | |
| Closes #4104 | |||
| 2013-09-25 | docs(guide/$location): clarify $location service role | gdennie | |
| Clean up confusing use of the term URL to refer to $location as well as 'URL in the browser'. Closes #4103 | |||
| 2013-09-25 | docs($http): fix adding default header to get request example | Mr.Raindrop | |
| Initially, `$httpProvider.defaults.headers.get` is `undefined`, so `$httpProvider.defaults.headers.get['My-Header']='value'` will throw an error. Closes #4101 | |||
| 2013-09-25 | docs(guide/e2e-testing): Fix typo | janhartigan | |
| Closes #4100 | |||
| 2013-09-25 | fix(ngScenario): fix error message description | Pete Bacon Darwin | |
| 2013-09-23 | refactor(angular.toJson): use charAt instead of regexp | Boris Serdyuk | |
| Provides a performance improvement when serializing to JSON strings. Closes #4093 | |||
| 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 | |||
