| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-11 | style(jsdoc tags): remove/ammend invalid tags | Peter Bacon Darwin | |
| As highlighted by the new sterner dgeni. | |||
| 2014-03-11 | chore(build): refactor build version information | Peter Bacon Darwin | |
| 2014-03-11 | docs(versions): rework the version info extraction | Peter Bacon Darwin | |
| The docs were relying on the grunt/util module for getting version info but this was unreliable and full of custom regexes. This is moved into a new version-info module that makes much better use of the semver library. | |||
| 2014-03-07 | fix($compile): support templates with thead and tfoot root elements | Lucas Galfasó | |
| If the first element in a template is a <thead> or a <tfoot>, then use the existing logic to handle table elements compilation. Closes #6289 | |||
| 2014-03-07 | chore(package): update dgeni dependencies | Peter Bacon Darwin | |
| 2014-03-07 | chore(doc-gen): add contentFolder config property | Peter Bacon Darwin | |
| 2014-03-07 | chore(doc-gen): add inline @type tag | Peter Bacon Darwin | |
| 2014-03-07 | docs($route): fix formatting of example code | Peter Bacon Darwin | |
| 2014-03-07 | chore(doc-gen): fix error-doc processor | Peter Bacon Darwin | |
| The meta-data should be parsed from the name not the id. | |||
| 2014-03-07 | chore(doc-gen): improve error reporting | Peter Bacon Darwin | |
| 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 | chore(publish.sh): publish to all serving backends | Chirayu Krishnappa | |
| 2014-03-07 | style: enable jscs requireLeftStickedOperators rule | Timothée Jeannin | |
| Closed #6544. | |||
| 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-07 | chore(grunt): remove unnecessary white spaces | Takashi Nakagawa | |
| 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(loader): remove duplicate "the" | Ole Michaelis | |
| Typo fixup Closes #6521 | |||
| 2014-03-02 | docs(ngView): rename controller suffix in ngView example | Gronblom Sam | |
| - According to https://github.com/angular/angular.js/blob/5bf81bc111a866ec65ef86c01336911e577df5df/docs/content/guide/controller.ngdoc#L166 Ctrl should be the suffix for a controller Closes #5817 | |||
| 2014-03-02 | docs($interval): cancel() takes a promise not a number | MikeMcElroy | |
| Closes #6485 | |||
| 2014-03-02 | docs(error/ng/btstrpd): note that loading angular.js twice can cause the error | amagee | |
| Closes #6502 | |||
| 2014-03-02 | docs(directives): ensure that the back-to-top directive resets location | Peter Bacon Darwin | |
| Closes #6512 Closes #6499 | |||
| 2014-03-02 | chore(package.json): update dgeni dependencies | Peter Bacon Darwin | |
| 2014-03-02 | docs(*): ensure jsdoc type expressions are valid | Peter Bacon Darwin | |
| 2014-03-02 | docs(guide/injecting-services): fix list formatting in Related* sections | Vlad GURDIGA | |
| Closes #5447 | |||
| 2014-03-02 | docs(loader): change 'MyModule' -> 'myModule' | Paolo Moretti | |
| Closes #5393 | |||
| 2014-03-02 | docs(ngMock): fixes in flush() documentation | thenickcox | |
| The docs for the `flush()` method contained a few grammatical errors and were awkwardly worded. Change the explanation of the method to remove errors and read more naturally. Closes #4886 | |||
| 2014-03-01 | chore(release): update cdn version | jenkins | |
| 2014-03-01 | docs(changelog): release notes for 1.2.14 feisty-cryokinesisv1.2.14 | Igor Minar | |
| 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 | style: enable jscs requireRightStickedOperators rule | Igor Minar | |
| 2014-02-28 | docs(forms): generated CSS classes for forms and inputs must have a ng prefix | Matias Niemelä | |
| 2014-02-28 | docs(input): update $parsers NgModelController doc | Jason Winnebeck | |
| Make it clear that the result of the $parsers pipeline is what goes to the model value. Closes #5708 | |||
