| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-24 | fix(filter.ngdoc): Check if "input" variable is definedv1.2.x | Renat Yakubov | |
| By default, "greeting" textfield in this example is prepopulated with "hello" text, but it's pretty easy to copy just filter code to use it in your app. If your textfield is empty while app loads, you'll get an error: "Error: [$interpolate:interr] Can't interpolate: Reverse: {{greeting|reverse}} TypeError: Cannot read property 'length' of undefined". To prevent this, we should check "input" variable, and proceed only in case it is defined. Closes #6819. | |||
| 2014-03-24 | docs(guides/directive): add (') to contraction | Luke Eller | |
| add apostrophe (') to contraction | |||
| 2014-03-21 | docs(tutorial): correct spelling mistake | alexgarrett | |
| 2014-03-21 | docs(tutorial/step_05): fix services link | frandroid | |
| 2014-03-21 | docs(tutorial/step_05): removed stray "a" | frandroid | |
| 2014-03-21 | docs(errors/$compile/nonassing): update nonassign.ngdoc | poshest | |
| It might seem obvious that if you don't supply "bind" attribute in this case, you'll get an error, but I feel this is worth adding to the doc. Closes #6725 | |||
| 2014-03-21 | docs(module): add link to mentioned resource | Gias Kay Lee | |
| Closes #6628 | |||
| 2014-03-21 | docs(migration): note that services can now return functions | wbyoko | |
| This change mostly effects preprocessed javascript. | |||
| 2014-03-21 | chore(formatting): removed unnecessary white spaces | Takashi Nakagawa | |
| 2014-03-21 | docs(tutorial/step_02): add experiment to update controller test | Neil Johnston | |
| Add an experiment to update the controller unit test after modifying it with the new model property. | |||
| 2014-03-21 | docs(tutorial/step_12): link to API docs | Jan Hancic | |
| 2014-03-21 | docs(guide/module): remove duplicate word | Denis Parchenko | |
| Closes #6709 | |||
| 2014-03-21 | docs(misc/contribute): make anchor links work properly | Caitlin Potter | |
| Closes #6706 | |||
| 2014-03-21 | docs(tutorial): fix broken link | Brian Andersen | |
| On page http://docs.angularjs.org/tutorial/step_05 link is broken. Should point to http://docs.angularjs.org/guide/services NOT http://docs.angularjs.org/guide/dev_guide.services Closes #6714 | |||
| 2014-03-18 | docs(guide/concepts): move ng-app into example text | Peter Bacon Darwin | |
| Closes #6639 | |||
| 2014-03-16 | docs(guide/tutorial): make capitalization of "Angular" consistent | Emile Silvis | |
| - step_05.ngdoc - step_06.ngdoc - step_07.ngdoc - step_08.ngdoc Closes #6686 Closes #6687 Closes #6688 Closes #6689 | |||
| 2014-03-14 | docs(guide/compiler): add missing closing parenthesis | Sagie Maoz | |
| 2014-03-14 | docs(guide/unit-testing): fix typo | Nick Carter | |
| 2014-03-11 | docs(guide/forms): remove unnecessary controller reference | Narretz | |
| the controller reference was breaking the custom validation example Closes #6525 Closes #6533 | |||
| 2014-03-11 | docs(guide/providers): remove unneeded word "the" | chadfennell | |
| no need to specify which space, there's only one :) Closes #6622 | |||
| 2014-03-11 | docs(tutorial/step-12): correct application name | Chung-Min Cheng | |
| Fixed wrong app name: - phonecat -> phonecatApp, which meets the code in app.js Closes #6611 | |||
| 2014-03-11 | docs(guide/migration): fix broken link | Igor Minar | |
| 2014-03-11 | docs(guide/migration): fix typos | Sekib Omazic | |
| A few typos fixed. Closes #6605 | |||
| 2014-03-11 | docs(guide/directive): fix typo | Sekib Omazic | |
| `restictions` -> `restrictions` Closes #6604 | |||
| 2014-03-07 | docs(tutorial): link update for Jasmine | Eddie Hedges | |
| Jasmine doesn't live at the replaced link anymore. It has a link to click through, but I figured it would be better to just go directly to the correct location. Closes #6591 | |||
| 2014-03-07 | docs(guide/services): minor fixes | Misha Moroshko | |
| 2014-03-07 | docs(directive.ngdoc): typo fix | Tony Bergeron | |
| 2014-03-07 | docs(tutorial): update step_09.ngdoc | tpiere | |
| Closes #5991 | |||
| 2014-03-07 | docs(guide/services): clean up typos | Zak Johnson | |
| 2014-03-07 | docs(guide/forms): fix a typo | mgerstenblatt | |
| Closes #6556 | |||
| 2014-03-07 | docs(tutorial): update step_08.ngdoc | Chung-Min Cheng | |
| Closes #6537 | |||
| 2014-03-07 | docs(tutorial/index): improve accessibility | Sharon DiOrio | |
| - Adds accessibility attributes to links and images. - Adds a note on using NVM for node. | |||
| 2014-03-03 | docs(guide/module): improve clarity | Brian Ford | |
| 2014-03-03 | docs(guide/di): fix formatting and improve clarity | Brian Ford | |
| 2014-03-03 | docs(guide/databinding): reword for clarity | Brian Ford | |
| 2014-03-03 | docs(guide/controller): reorganize, add Controller suffix, formatting | Brian Ford | |
| 2014-03-03 | docs(guide/concepts): fix links | Brian Ford | |
| 2014-03-03 | docs(guide/introduction): reword for clarity | Brian Ford | |
| 2014-03-03 | docs(guide/unit-testing): rename and fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/e2e-testing): rename and fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/css-styling): rename and fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/bootstrap): fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/services): rewrite services documentation | Brian Ford | |
| 2014-03-02 | docs(guide/templates): clarity | Brian Ford | |
| 2014-03-02 | docs(guide/expression): clarify | Brian Ford | |
| 2014-03-02 | docs(error/ng/btstrpd): note that loading angular.js twice can cause the error | amagee | |
| Closes #6502 | |||
| 2014-03-02 | docs(guide/injecting-services): fix list formatting in Related* sections | Vlad GURDIGA | |
| Closes #5447 | |||
| 2014-03-01 | docs($sce/insecurl): mention port in the same origin policy | Michele Beltrame | |
| Closes #5759 The default trusted origin appears to be the same protocol+domain+port, non just protocol+domain. I patched the doc accordingly. | |||
| 2014-02-28 | docs(tutorial/step-05): fix path for 'phones.json' | Daniel | |
| Closes #5460 | |||
| 2014-02-27 | docs(guides/providers): fix typo | Pavel Pomerantsev | |
| Closes #5465 | |||
