aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-03-11docs(guide/migration): fix broken linkIgor Minar
2014-03-11docs(guide/migration): fix typosSekib Omazic
A few typos fixed. Closes #6605
2014-03-11docs(guide/directive): fix typoSekib Omazic
`restictions` -> `restrictions` Closes #6604
2014-03-11docs(tutorial): display button icons (Previous, Live Demo, ...)Stéphane Reynaud
In relation to https://github.com/angular/dgeni-packages/pull/8 Closes #6641
2014-03-11style(jsdoc tags): remove/ammend invalid tagsPeter Bacon Darwin
As highlighted by the new sterner dgeni.
2014-03-11chore(build): refactor build version informationPeter Bacon Darwin
2014-03-11docs(versions): rework the version info extractionPeter 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-07fix($compile): support templates with thead and tfoot root elementsLucas 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-07chore(package): update dgeni dependenciesPeter Bacon Darwin
2014-03-07chore(doc-gen): add contentFolder config propertyPeter Bacon Darwin
2014-03-07chore(doc-gen): add inline @type tagPeter Bacon Darwin
2014-03-07docs($route): fix formatting of example codePeter Bacon Darwin
2014-03-07chore(doc-gen): fix error-doc processorPeter Bacon Darwin
The meta-data should be parsed from the name not the id.
2014-03-07chore(doc-gen): improve error reportingPeter Bacon Darwin
2014-03-07docs(tutorial): link update for JasmineEddie 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-07docs(guide/services): minor fixesMisha Moroshko
2014-03-07chore(publish.sh): publish to all serving backendsChirayu Krishnappa
2014-03-07style: enable jscs requireLeftStickedOperators ruleTimothée Jeannin
Closed #6544.
2014-03-07docs(directive.ngdoc): typo fixTony Bergeron
2014-03-07docs(tutorial): update step_09.ngdoctpiere
Closes #5991
2014-03-07docs(guide/services): clean up typosZak Johnson
2014-03-07docs(guide/forms): fix a typomgerstenblatt
Closes #6556
2014-03-07docs(tutorial): update step_08.ngdocChung-Min Cheng
Closes #6537
2014-03-07docs(tutorial/index): improve accessibilitySharon DiOrio
- Adds accessibility attributes to links and images. - Adds a note on using NVM for node.
2014-03-07chore(grunt): remove unnecessary white spacesTakashi Nakagawa
2014-03-03docs(guide/module): improve clarityBrian Ford
2014-03-03docs(guide/di): fix formatting and improve clarityBrian Ford
2014-03-03docs(guide/databinding): reword for clarityBrian Ford
2014-03-03docs(guide/controller): reorganize, add Controller suffix, formattingBrian Ford
2014-03-03docs(guide/concepts): fix linksBrian Ford
2014-03-03docs(guide/introduction): reword for clarityBrian Ford
2014-03-03docs(guide/unit-testing): rename and fix formattingBrian Ford
2014-03-03docs(guide/e2e-testing): rename and fix formattingBrian Ford
2014-03-03docs(guide/css-styling): rename and fix formattingBrian Ford
2014-03-03docs(guide/bootstrap): fix formattingBrian Ford
2014-03-03docs(guide/services): rewrite services documentationBrian Ford
2014-03-02docs(guide/templates): clarityBrian Ford
2014-03-02docs(guide/expression): clarifyBrian Ford
2014-03-02docs(loader): remove duplicate "the"Ole Michaelis
Typo fixup Closes #6521
2014-03-02docs(ngView): rename controller suffix in ngView exampleGronblom 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-02docs($interval): cancel() takes a promise not a numberMikeMcElroy
Closes #6485
2014-03-02docs(error/ng/btstrpd): note that loading angular.js twice can cause the erroramagee
Closes #6502
2014-03-02docs(directives): ensure that the back-to-top directive resets locationPeter Bacon Darwin
Closes #6512 Closes #6499
2014-03-02chore(package.json): update dgeni dependenciesPeter Bacon Darwin
2014-03-02docs(*): ensure jsdoc type expressions are validPeter Bacon Darwin
2014-03-02docs(guide/injecting-services): fix list formatting in Related* sectionsVlad GURDIGA
Closes #5447
2014-03-02docs(loader): change 'MyModule' -> 'myModule'Paolo Moretti
Closes #5393
2014-03-02docs(ngMock): fixes in flush() documentationthenickcox
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-01chore(release): update cdn versionjenkins
2014-03-01docs(changelog): release notes for 1.2.14 feisty-cryokinesisv1.2.14Igor Minar