| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-24 | docs(guides/directive): add (') to contractionHEADmaster | Luke Eller | |
| add apostrophe (') to contraction | |||
| 2014-03-24 | fix(filter.ngdoc): Check if "input" variable is defined | 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-22 | docs(guide/directive): fix broken link | John K. Paul | |
| Fix broken internal link in directive documentation. Closes #6802 | |||
| 2014-03-18 | docs(guide/concepts): move ng-app into example text | Peter Bacon Darwin | |
| Closes #6639 | |||
| 2014-03-17 | docs(module): add link to mentioned resource | Gias Kay Lee | |
| Closes #6628 | |||
| 2014-03-17 | docs(migration): note that services can now return functions | wbyoko | |
| This change mostly effects preprocessed javascript. | |||
| 2014-03-17 | chore(formatting): removed unnecessary white spaces | Takashi Nakagawa | |
| 2014-03-17 | docs(guide/module): remove duplicate word | Denis Parchenko | |
| Closes #6709 | |||
| 2014-03-13 | docs(guide/compiler): add missing closing parenthesis | Sagie Maoz | |
| 2014-03-13 | docs(guide/unit-testing): fix typo | Nick Carter | |
| 2014-03-10 | docs(guide/forms): remove unnecessary controller reference | Narretz | |
| the controller reference was breaking the custom validation example Closes #6525 Closes #6533 | |||
| 2014-03-09 | docs(guide/providers): remove unneeded word "the" | chadfennell | |
| no need to specify which space, there's only one :) Closes #6622 | |||
| 2014-03-07 | docs(guide/migration): fix broken link | Igor Minar | |
| 2014-03-07 | docs(guide/migration): fix typos | Sekib Omazic | |
| A few typos fixed. Closes #6605 | |||
| 2014-03-07 | docs(guide/directive): fix typo | Sekib Omazic | |
| `restictions` -> `restrictions` Closes #6604 | |||
| 2014-03-06 | docs(guide/services): minor fixes | Misha Moroshko | |
| 2014-03-05 | docs(directive.ngdoc): typo fix | Tony Bergeron | |
| 2014-03-05 | docs(guide/services): clean up typos | Zak Johnson | |
| 2014-03-05 | docs(guide/forms): fix a typo | mgerstenblatt | |
| Closes #6556 | |||
| 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(guide/injecting-services): fix list formatting in Related* sections | Vlad GURDIGA | |
| Closes #5447 | |||
| 2014-02-27 | docs(guides/providers): fix typo | Pavel Pomerantsev | |
| Closes #5465 | |||
| 2014-02-26 | docs(guide): add a new django tutorial | Mauro | |
| - add a link to a tutorial on intergrating angular and django | |||
| 2014-02-26 | docs(guide/directive): update directive restrict options | pyriand3r | |
| - add missing 'C' restriction for class names | |||
| 2014-02-24 | docs(guide/concepts): reference correct module name. | adeelcap15 | |
| Fixed a mistake, changed invoice to invoice2. Closes #6438 | |||
| 2014-02-22 | docs(guide): grammar fix | George Cox | |
| use of the article, both definite and indefinite, is not optional Closes #5981 | |||
| 2014-02-21 | docs(*): fix anchors for members in api docs | Peter Bacon Darwin | |
| 2014-02-21 | docs(guide/filter): fix input type in example | Peter Bacon Darwin | |
| Closes #6366 | |||
| 2014-02-21 | docs(guide/di): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6386 | |||
| 2014-02-21 | docs(guide/compiler): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6385 | |||
| 2014-02-21 | docs(guide/i18n): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6383 | |||
| 2014-02-21 | docs(guide/scope): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6382 | |||
| 2014-02-21 | docs(guide/location): fix url-based link to AUTO module | Stéphane Reynaud | |
| Closes #6381 | |||
| 2014-02-20 | docs(guide/ie): correct conditional comment to load JSON polyfill for IE7 ↵ | Tobias Leugger - Vibes | |
| and lower Text specifies "polyfill JSON.stringify for IE7 and below" conditional comment for loading the polyfill was "lte IE 8". Closes #6227 | |||
| 2014-02-20 | docs(guide/directive): add a more detailed description of isolate scope `&` ↵ | Brad Williams | |
| bindings More description of "&" bindings, the fact that they trigger evaluation of expressions in the original scope's context. Closes #6255 | |||
| 2014-02-20 | docs(ie): document IE style attribute interpolation problem | Richard Collins | |
| IE has issues with this, it's good to make a note of this. Closes #6329 | |||
| 2014-02-18 | docs(guide/providers): fix example snippet | Igor Minar | |
| Closes #6331 Closes #6332 | |||
| 2014-02-18 | docs(guide/compiler): remove innacurate statement | Shai Reznik | |
| The $compile service accepts string as a value and wraps it if needed, so this statement isn't correct, at least by the source code. Closes #6301 | |||
