aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
AgeCommit message (Collapse)Author
2014-02-07refactor(doc): separate end to end tests into jquery and jqlite filesJulie
2014-02-05chore(testing): run end to end tests on firefox and safari as well as chromeJulie
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well, and make the Travis tests run output XML and turn off color. Fix tests which were failing in Firefox due to clear() not working as expected. Fix tests which were failing in Safari due to SafariDriver not understanding the minus key, and disable tests which SafariDriver has no support for.
2014-02-04chore(ngdoc): fix misspellling of Naturally in sortVersionsNatruallyNicolas Leger
Corrects "sortVersionsNatrually" method name in `ngdoc.js` in "sortVersionsNaturally"
2014-01-28docs(cookbook): remove the cookbook docsJulie
The cookbook docs are now superceded by the guide. They are no longer available in any menus and the only way to find them is to search for them. Remove! Closes #5967
2014-01-27chore(docs): remove note about removing disqusBrian Ford
2014-01-24docs(search): make sure the forward slash doesn't focus on search while on ↵Matias Niemelä
another input element Closes #5969
2014-01-23docs(ngdoc): ensure module installation docs are accuratePeter Bacon Darwin
The ngMock module is built into a package called angular-mocks, which is not named consistently and the docs were giving invalid info. Closes #5810
2014-01-21chore(docs): add spacing to tutorial buttonsJan Hancic
Added 5px of right margin to tutorial buttons (Previous, Live demom ...). Closes #5901
2014-01-14docs(docs): preserve path to current doc page when switching versionsSebastian Müller
Preserve URL path when switching between doc versions. Closes #4661 Closes #5773
2014-01-10docs: fix the 'view source' button for snapshotsNarretz
Closes #5590 Closes #5641
2014-01-08feat(docs): adding the <doc:protractor> ngdoc-tagJulie
This is the first step in migrating tests from <doc:scenario> to <doc:protractor>. In-documentation examples with doc:protractor sections will have their contents output to a tab on the docs site as well as output to a standalone test file in build/docs/ptore2e.
2014-01-06chore(docs): remove uppercase heading stylingMatias Niemelä
Closes #5593
2013-12-17docs(css): improve definition table styleSharon DiOrio
Text in definition tables are now aligned to the top of the cell. These are used in the API index page and makes it cleared what headings match what content. Closes #5286
2013-12-13docs: use q-io instead of deprecated q-fsVojta Jina
This recursive process.nextTick error[1] was probably coming from q-fs, which is not actively maintained. This updates to q-io/fs instead. [1]: https://travis-ci.org/angular/angular.js/jobs/15391590
2013-12-09docs(design): guide index formattingAndy Ferra
Just my first pass at a more readable format of the guide index. Note: the styles apply to all content in the docs, not just the guide index. This is intentional and I feel that the result is positive.
2013-12-09docs(tutorial): enlarge clickable area of tutorial nav buttonsShane M. Pelletier
Change position of <a> and <li> tags in tutorial nav buttons partial. This allows the full area of the button to be clicked rather than just the text. Closes #5074 Closes #5209
2013-11-28chore(docs): fix back-to-top anchor in angularjs.org doc pagesPeter Bacon Darwin
Closes https://github.com/angular/angularjs.org/issues/45
2013-11-22chore(docs): remove Disqus commentsBrian Ford
We don't actively moderate these comments, and they range from out of date, to inflammatory, to spam. Going forward, improvements to the docs should be done via a PR, and questions should go on StackOverflow where they can be curated and kept up to date by AngularJS developers who help out there.
2013-11-14docs: fix the "show source" buttonVojta Jina
Closes #4904
2013-11-13docs(ngdoc): clarify extra module installation optionsPete Bacon Darwin
Closes #4811
2013-11-12docs(ngdoc): fix version picker groupingPete Bacon Darwin
The grouping of the different versions was not correct for the new 1.2.0+ releases. Now versions are marked as stable only if they have an even number it the minor version position (e.g. 1.0.8, 1.2.1, 1.2.0-abcde) and they are not an RC version, (e.g. 1.0.0rc3, 1.2.0-rc2). Closes #4908
2013-11-08chore(docs): allow periods in doc shortNamesBrian Ford
2013-11-06docs(guide/overview): Refactor overview and mvc docsTobias Bosch
Before, there we multiple overview docs: - guide/overview - guide/introduction - guide/dev_guide.mvc - guide/dev_guide.mvc.understanding_model - guide/dev_guide.mvc.understanding_view - guide/concepts Now we have: - guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts - guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide. All the old information was moved into existing documents or deleted when they were duplicates.
2013-11-06fix(docModuleComponents): implement anchor scroll when content addedJeff Cross
When navigating to URLs such as docs.angularjs.org/api/ng#filter, the browser was not able to navigate to the named anchor, "filter," because the anchor did not yet exist in the DOM. This fix uses the $anchorScroll service to automatically scroll to the right place when the content has been added to the page. Fixes #4703
2013-11-06chore(ngdoc): add dynamic anchors to anchor listBrian Ford
Fixes some warnings during docs generation. Closes #4673
2013-11-06docs(guide/providers): add providers documentationBrian Ford
2013-11-05fix(ngdocs): `shortDescription()` should not error if no `description`Pete Bacon Darwin
2013-11-04chore(docs): fix ordering of docs in the guideBrian Ford
2013-10-27chore(ngdocs): improve the docs search placeholder textMatias Niemelä
2013-10-26docs(ngdoc.js): fix usage to display attributes as dash-caseDavid Bennett
Closes 4611
2013-10-24chore(ngdocs): ensure the docs menu changes when browsing a different sectionMatias Niemelä
Closes #4619
2013-10-23feat(docs): provide index pages for each angular moduleMatias Niemelä
2013-10-22feat(ngdocs): add forward slash shortcut key for search barMatias Niemelä
2013-10-22fix(ngdocs): remove the side search barMatias Niemelä
BREAKING CHANGE The side search bar on the docs page has been removed in favor of the top search bar.
2013-10-18chore(docs): generate header ids for better linkingVojta Jina
- generate ids for all headers - collect defined anchors - check broken links (even if the page exists, but the anchor/id does not)
2013-10-10chore(ngdocs): improve the side search animation effectsMatias Niemelä
2013-10-08feat(tutorial): add step 12 of the phonecat tutorialBrian Ford
2013-09-30fix(docs.js): handle empty deps array for plunkr/jsfiddleJames Daily
Change return value of docsApp.serviceFactory.prepareDefaultAppModule to include empty array `[]` instead of array containing one empty string element `['']`. This will correct script.js for simple plunkr/jsfiddle examples such as [ngChecked](http://docs.angularjs.org/api/ng.directive:ngChecked).
2013-09-30fix(ngdoc): add default values to ngdoc templateDag-Inge Aas
ngDoc did not add default value to template, even though it was present in the documentation. This change adds the default value to the description column in the parameters table. Closes #3950
2013-09-27feat(docs): linkify error messages on minErr docs pagesKen Sheedlo
2013-09-26docs(minerr): fix bad line wrap due to errand nowrap in CSSBrian Ford
2013-09-25docs(docs.css): prevent `<code>` elements from wrappingMisha Moroshko
Closes #4114
2013-09-16docs(ngdoc): fix spelling mistakeTim Statler
Closes #3836
2013-09-11fix(ngdoc.js): update default directive restrict to 'A'rodyhaddad
2013-09-04chore(ngdoc): fix version number parsing for doc version switcherIgor Minar
2013-08-30fix(guide) broken title overflow in navlistgdi2290
2013-08-23fix($animate): skip ngAnimate animations if the provided element already has ↵Matias Niemelä
transitions/durations attached to it Closes #3587
2013-08-23chore(ngdocs): fix the version jumperMatias Niemelä
correct the ordering and make gen-docs prepare the list of versions during the build process
2013-08-22docs(module): improve the installation instructions for optional modulesBrian Ford
Currently, the documentation does a bad job of explaining the distinction between the services that it provides, and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing. This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that inlines the appropriate instructions based on the name of the module.
2013-08-20fix(ngdocs): use cdn version to generate link to source filesJames Daily
Closes #3616 Closes #3675