| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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(guide/directive): fix indentation in example code | mtaran-google | |
| Closes #4241 | |||
| 2013-10-03 | docs(guide/$location): fix broken example demo | Pete Bacon Darwin | |
| The demo of the hash-bang vs html5-mode deep links was broken since the introduction of a check for previously bootstrapped elements. See this commit: 3ee744cc63 We fix this problem by applying a null for the injector value of the element of the at the root of the sub-app. It also turns out that it was not necessary, and if fact broke the demo, to replace the $document service for the sub-app. This was because the $compile service calls `$document.createElement()`, which doesn't exist on a `div`. Finally, the bootstrap CSS was limiting the width of the ngAddress bar input box, which made it difficult to see the changing URLs. | |||
| 2013-10-03 | docs(guide/$location): replace host.com addresses with example.com | Freek Wielstra | |
| The host.com links on this documentation page took you to an ad page of dubious content. Now changed to example.com, in accordance with RFC 2606 Closes #4206 | |||
| 2013-10-03 | docs(tutorial): improve wording and consistency | Pete Bacon Darwin | |
| 2013-10-03 | docs(tutorial): update examples to show best practices | James Dunn | |
| Closes #4256, #4255, #4254, #4253, #4250, #4092 | |||
| 2013-10-01 | feat($sce): simpler patterns for $sceDelegateProviders white/blacklists | Chirayu Krishnappa | |
| Closes #4006 | |||
| 2013-09-30 | fix(docs.js): handle empty deps array for plunkr/jsfiddle | James Daily | |
| Change return value of docsApp.serviceFactory.prepareDefaultAppModule to include empty array `[]` instead of array containing one empty string element `['']`. This will correct script.js for simple plunkr/jsfiddle examples such as [ngChecked](http://docs.angularjs.org/api/ng.directive:ngChecked). | |||
| 2013-09-30 | fix(ngTransclude): detect ngTranslude usage without a transclusion directive | jankuca | |
| Closes #3759 | |||
| 2013-09-30 | docs(guide): describe directive replace:false | Ron Waldon | |
| Previous version stated `replace:false` will append template to element. Improve description to accurately state that template will _replace_ the contents of the current element. Closes #2235, #4166 | |||
| 2013-09-30 | docs(tutorial/step0): fix minor typo | Richard Sentino | |
| Closes #4154 | |||
| 2013-09-30 | docs(minerr): add note about ngRoute in injector/modulerr | Brian Ford | |
| 2013-09-30 | fix(ngdoc): add default values to ngdoc template | Dag-Inge Aas | |
| ngDoc did not add default value to template, even though it was present in the documentation. This change adds the default value to the description column in the parameters table. Closes #3950 | |||
| 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(overview.ngdoc): fix small typo in overview.ngdoc | Lane Goldberg | |
| 2013-09-27 | feat(docs): linkify error messages on minErr docs pages | Ken Sheedlo | |
| 2013-09-26 | docs(minerr): fix bad line wrap due to errand nowrap in CSS | Brian Ford | |
| 2013-09-26 | docs(minerr): fix broken style from long line in nonassign | Brian Ford | |
| 2013-09-26 | docs(guide/services): fix another typo | Pete Bacon Darwin | |
| 2013-09-25 | docs(docs.css): prevent `<code>` elements from wrapping | Misha Moroshko | |
| Closes #4114 | |||
| 2013-09-25 | docs(guide/services): fix typo | Michael Kueller | |
| Closes #4112 | |||
| 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(guide/e2e-testing): Fix typo | janhartigan | |
| Closes #4100 | |||
| 2013-09-19 | docs(FAQ): update jQuery compatibility | Pete Bacon Darwin | |
| 2013-09-19 | docs(guide/services): rewording of explanation | Pete Bacon Darwin | |
| 2013-09-19 | docs(guide/services): explain services in plain language | anilgulecha | |
| See the discussion at http://docs.angularjs.org/guide/dev_guide.services.understanding_services#comment-1002821035 Closes #4055 | |||
| 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-18 | docs: update sticker ordering info in FAQ | naomiblack | |
| 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-17 | fix($parse): disallow access to window and dom in expressions | Chirayu Krishnappa | |
| 2013-09-16 | docs(ngdoc): fix spelling mistake | Tim Statler | |
| Closes #3836 | |||
| 2013-09-15 | docs(guide/bootstrap): add info about deferred bootstrap | Pete Bacon Darwin | |
| 2013-09-14 | docs(guide/forms): add comma for clarity | ts-web | |
| Closes #3985 | |||
| 2013-09-13 | docs(guide/e2e_testing): clarify that .enter searches by ng-model | brakon | |
| 2013-09-11 | docs(tutorial/step-10): fix incorrect link to step-8 tests | cjmling | |
| Closes #3972 | |||
| 2013-09-11 | docs(guide/concepts): remove div-clear-tags that break the formatting | Randi Hillerøe | |
| Closes #3974 | |||
| 2013-09-11 | fix(ngdoc.js): update default directive restrict to 'A' | rodyhaddad | |
| 2013-09-09 | docs(forms.ngdoc): fix spacing in example | Anthony Tran | |
| Closes #3930 | |||
| 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(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(bootstrap.ngdoc): clarify bootstrap example | Calvin Fernandez | |
| Clear up confusion about module declaration when using manual bootstrap. | |||
| 2013-09-04 | chore(ngdoc): fix version number parsing for doc version switcher | Igor Minar | |
| 2013-09-03 | chore(ngdocs): ensure $animate is not shared between the docs and the ↵ | Matias Niemelä | |
| example applications | |||
| 2013-08-30 | fix(guide) broken title overflow in navlist | gdi2290 | |
| 2013-08-29 | docs(guide): remove duplicated `require` section | tomazy | |
