| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-24 | docs(search): make sure the forward slash doesn't focus on search while on ↵ | Matias Niemelä | |
| another input element Closes #5969 | |||
| 2014-01-23 | docs(guide/filter): link to an example of a filter unit test | Brian Ford | |
| 2014-01-23 | docs(ngdoc): ensure module installation docs are accurate | Peter Bacon Darwin | |
| The ngMock module is built into a package called angular-mocks, which is not named consistently and the docs were giving invalid info. Closes #5810 | |||
| 2014-01-21 | docs(tutorial): update step_12.ngdoc | matthewhintzen | |
| This time I feel good about this modification to the document, the code listing on the tutorial page for the animation.js DID NOT match what was actually IN the file for that branch. Updated tutorial to reflect actual contents of file Closes #5922 | |||
| 2014-01-21 | docs(guide/directive): clarify attr object definition | Igor Minar | |
| Closes #5884 | |||
| 2014-01-21 | style(guide/directive): remove ws | Igor Minar | |
| 2014-01-21 | chore(docs): add spacing to tutorial buttons | Jan Hancic | |
| Added 5px of right margin to tutorial buttons (Previous, Live demom ...). Closes #5901 | |||
| 2014-01-21 | docs(tutorial): remove 'going forward' nonsense | George Cox | |
| Closes #5914 time/space dimension error | |||
| 2014-01-21 | docs(tutorial): fix grammar | George Cox | |
| Closes #5909 | |||
| 2014-01-21 | docs(guide/controller): fix duplicated "and" typo | Stéphane Reynaud | |
| Remove the second instance of the word "and" from the docs where it was duplicated. | |||
| 2014-01-18 | docs(services): use $log service in example consistently with $log API | Joshua Flanagan | |
| The $log provider returns an object and not a function, so this example, which appears to be using the $log provider, should call it as it would be called in a real-world application. Closes #5875 | |||
| 2014-01-17 | docs(directive): link to directive registration api function | Ben McCann | |
| Originally, this issue was regarding documenting `restrict: 'CM'` in the directive guide, but it was pointed out that the restrict documentation is covered in the $compile documentation. Because of this, a link was simply added to the $compile documentation. However, the wording suggests that it's actually linking to the directive registration function, in $compileProvider, so the docs will link there instead. There is a link only a paragraph below to the $compile documentation, so this does not hurt. Closes #5516 | |||
| 2014-01-17 | docs(api): adds links to top level guides | Jeff Jewiss | |
| The main api docs page is probably the main landing page for many devs looking to learn angular, so linking to the main guide pages would likely help. Closes #5869 | |||
| 2014-01-17 | docs(contributing): add instructions to install grunt-cli/bower globally on ↵ | Bruce Davidson | |
| unix systems Closes #5814 Closes #5811 | |||
| 2014-01-17 | docs(tutorial): add missing semicolon to code snippet | 刘朋飞 | |
| Lets encourage people to use semicolons in javascript :> Closes #5834 | |||
| 2014-01-16 | docs(tutorial): fix typo | Neil Rubens | |
| Correction misspelling: easist -> easiest Closes #5850 | |||
| 2014-01-16 | docs(animations): renamed animate-show-hide to sample-show-hide | Rob Wormald | |
| This always throws me off - I think it helps to make it clear that the class name is arbitrary, and what matters is the .ng-etc classes. Closes #5848 | |||
| 2014-01-16 | docs(tutorial): reference node command before scripts\web-server.js | Leniel Macaferi | |
| Amended to also clarify this note in the mac/linux tab. Closes #5845 | |||
| 2014-01-15 | docs(concepts): fix typos in explanation | akerekes | |
| Code uses module names with '2' as suffix while the explanation used the module names without the suffix. The diagram is correct but also does not suffix the module names. Closes #5567 | |||
| 2014-01-15 | docs(guide/directive): rephrase for consistency | Roy Ling | |
| - referring to `=attr` rather than `=prop` is consistent with note under example with =customerInfo - change `prop` to `attr` (basically `prop` refers to property in JS object, `attr` is for HTML tag) - change the function name in description to match the name in code example Closes #5786 | |||
| 2014-01-14 | docs(docs): preserve path to current doc page when switching versions | Sebastian Müller | |
| Preserve URL path when switching between doc versions. Closes #4661 Closes #5773 | |||
| 2014-01-13 | docs(tutorial): fix a typo | marcwright | |
| Closes #5769 | |||
| 2014-01-13 | docs(guide): fix a typo | Pop | |
| 2014-01-11 | docs(tutorial): referenced test.bat for Windows users in step 2 | Leniel Macaferi | |
| Closes #5748 | |||
| 2014-01-11 | docs(tutorial): add missing beforeEach(module()) to test | Seth Stone | |
| Test snippet was missing this necessary statement that was present in the sample code. Closes #5743 | |||
| 2014-01-10 | docs(api/index): fix typo | Roy Ling | |
| Closes #5738 | |||
| 2014-01-10 | docs(i18n): remove use of gendered pronoun | Jeff Cross | |
| 2014-01-10 | docs: update step_04.ngdoc with a clarification | Naomi Black | |
| closes #5730 | |||
| 2014-01-10 | docs: add clarification in step 2 of the tutorial | Naomi Black | |
| 2014-01-10 | docs: fix the 'view source' button for snapshots | Narretz | |
| Closes #5590 Closes #5641 | |||
| 2014-01-09 | docs(tutorial): improve experiment instructions | Igor Minar | |
| Closes #5697 | |||
| 2014-01-09 | fix(docs): Add missing whitespace | René Wilhelm | |
| 2014-01-09 | fix(docs): Update reference to `$routeProvider.otherwise` | stucash | |
| 2014-01-09 | fix(docs): Clarifying versions of IE that need special fixes | Craig Younkins | |
| 2014-01-08 | feat(docs): adding the <doc:protractor> ngdoc-tag | Julie | |
| This is the first step in migrating tests from <doc:scenario> to <doc:protractor>. In-documentation examples with doc:protractor sections will have their contents output to a tab on the docs site as well as output to a standalone test file in build/docs/ptore2e. | |||
| 2014-01-07 | docs(directives): Fixed typo from HMTL to HTML in line 283 | Zhong Liang Ong | |
| HTML was mis-spelt as HMTL | |||
| 2014-01-06 | docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errors | Jay Goldman | |
| Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section | |||
| 2014-01-06 | docs(forms): show directive name instead of link path | Roy Ling | |
| 2014-01-06 | docs(guide/i18n): fix a typo | Tyler McGinnis | |
| Closes #5651 | |||
| 2014-01-06 | docs(tutorial): do not recommend global install of Karma | Vojta Jina | |
| Closes #5498 | |||
| 2014-01-06 | chore(docs): remove uppercase heading styling | Matias Niemelä | |
| Closes #5593 | |||
| 2014-01-02 | fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8 | Igor Minar | |
| IE8's native XHR doesn't support PATCH requests, but the ActiveX one does. I'm also removing the noxhr error doc because nobody will ever get that error. Closes #2518 Closes #5043 | |||
| 2014-01-02 | docs(error/ngRepeat/dupes): fix typo | Drew Perttula | |
| Closes #5610 | |||
| 2013-12-20 | docs(guide/forms): update example | mkolodny | |
| Right now, non-integers such as 'aawefwae' are valid. This ensures that only integers are valid. Hopefully that makes the example more powerful. Closes #5501 | |||
| 2013-12-20 | docs(guide/forms): code style changes for an example | mkolodny | |
| Closes #5499 | |||
| 2013-12-19 | docs(guide): fix typo | Klaus Weiss | |
| Closes #5481 | |||
| 2013-12-19 | docs(tutorial/step-4): fix typo | Tony Cronin | |
| Closes #5356 | |||
| 2013-12-18 | docs(guide): fixed *off typo in angular.injector example comment | Zachary Babtkis | |
| Closes #5441 | |||
| 2013-12-18 | docs(tutorial/step-5): fix typo | justmiaotou | |
| Closes #5347 | |||
| 2013-12-18 | docs(guide/directive): improve access to isolate scope information | Pete Bacon Darwin | |
| Closes #5329 | |||
