aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-03-07docs(guide/migration): fix broken linkIgor Minar
2014-03-07docs(guide/migration): fix typosSekib Omazic
A few typos fixed. Closes #6605
2014-03-07docs(guide/directive): fix typoSekib Omazic
`restictions` -> `restrictions` Closes #6604
2014-03-07docs(404 errors): provide a better 404 experiencePeter Bacon Darwin
It is a bit rough and ready but does a better job than nothing.
2014-03-07chore(doc-gen): add contentFolder config propertyPeter Bacon Darwin
2014-03-07chore(doc-gen): add inline @type tagPeter 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-06docs(guide/services): minor fixesMisha Moroshko
2014-03-05docs(directive.ngdoc): typo fixTony Bergeron
2014-03-05docs(tutorial): update step_09.ngdoctpiere
Closes #5991
2014-03-05docs(guide/services): clean up typosZak Johnson
2014-03-05docs(guide/forms): fix a typomgerstenblatt
Closes #6556
2014-03-05docs(tutorial): update step_08.ngdocChung-Min Cheng
Closes #6537
2014-03-05docs(tutorial/index): improve accessibilitySharon DiOrio
- Adds accessibility attributes to links and images. - Adds a note on using NVM for node.
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(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-02docs(guide/injecting-services): fix list formatting in Related* sectionsVlad GURDIGA
Closes #5447
2014-03-01docs($sce/insecurl): mention port in the same origin policyMichele 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-28docs(tutorial/step-05): fix path for 'phones.json'Daniel
Closes #5460
2014-02-27docs(guides/providers): fix typoPavel Pomerantsev
Closes #5465
2014-02-26docs(guide/resource): add links to ngResource and $resourceJan Hancic
2014-02-26docs(guide): add a new django tutorialMauro
- add a link to a tutorial on intergrating angular and django
2014-02-26docs(errors/infdig): add a common exampleBrad Williams
Mention common cause of error is binding to a new array on every $digest loop. Closes #6465
2014-02-26docs(guide/directive): update directive restrict optionspyriand3r
- add missing 'C' restriction for class names
2014-02-26chore(doc-gen): add debug-dump processorPeter Bacon Darwin
2014-02-25chore(docs/contribute): add note about serving the docsBrian Ford
2014-02-24docs(guide/concepts): reference correct module name.adeelcap15
Fixed a mistake, changed invoice to invoice2. Closes #6438
2014-02-23docs(tutorial): referenced e2e-test.bat for Windows users in step 3Leniel Macaferi
Closes #5755
2014-02-22docs(guide): grammar fixGeorge Cox
use of the article, both definite and indefinite, is not optional Closes #5981
2014-02-22chore(doc-app): ensure only canonical paths get sent to Google AnalyticsPeter Bacon Darwin
Before we were simply sending the current location, but multiple URLs map to the same document. Now, we use the canonical path of the current document if available and fall back to the $location path otherwise. Includes tests!! Closes #6402
2014-02-21chore(travis): reorganize protractor configs to group by spec instead of by ↵Julie
browser Use the multiConfiguration ability of Protractor to start tests on multiple browsers from the same travis cell. Group tests by type (jquery, jqlite, or docs tests) instead of by browser. Turn on tests for jQuery.
2014-02-21docs(*): fix anchors for members in api docsPeter Bacon Darwin
2014-02-21docs(guide/filter): fix input type in examplePeter Bacon Darwin
Closes #6366
2014-02-21docs(tutorial/step_11): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6389
2014-02-21docs(tutorial/step_06): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6388