aboutsummaryrefslogtreecommitdiffstats
path: root/docs/app
AgeCommit message (Collapse)Author
2014-03-17docs(css): RegExp doesn't have .type-hint-regexp classSekib Omazic
type-hint-regexp gets a nice color closes #6596
2014-03-17docs(css): Fix word breaks issue in <pre>Gias Kay Lee
Closes #6586
2014-03-17docs(runnableExamples): add "edit in Plunker" buttonPeter Bacon Darwin
The "runnableExample.template.html" template overrides the one in the dgeni-packages "examples" package with a similar template that also has a link to a special Plunker URL that can pull in the example from our code.angularjs.org website.
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-10chore(docs): ensure the "Improve this doc" button is clickableMatias Niemelä
Closes #6631
2014-03-08docs(Error404): better headingPeter Bacon Darwin
2014-03-08docs(Error404): improve search results layoutPeter Bacon Darwin
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-02docs(directives): ensure that the back-to-top directive resets locationPeter Bacon Darwin
Closes #6512 Closes #6499
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-20chore(docs): fix header wrapping for tablet devicesMatias Niemelä
2014-02-19chore(docs): make the layout fully responsiveMatias Niemelä
Closes #6308
2014-02-19chore(doc-app): remove invalid line of codePeter Bacon Darwin
2014-02-18chore(docs): cope with trailing slash and "index" in URLsPeter Bacon Darwin
Closes #6295
2014-02-17chore(docs): fix broken example tabsMatias Niemelä
2014-02-16chore(docs): replace local bootstrap build with one from bowerMatias Niemelä
2014-02-16docs(design): footer and spacing fixes added to the layoutMatias Niemelä
2014-02-17docs(design): ui-fixes for examples, layout and API componentsMatias Niemelä
2014-02-16docs(docs.css): add initial type-hint stylesPeter Bacon Darwin
2014-02-16chore(doc-gen): new docsPeter Bacon Darwin
chore(doc-gen): implement dgeni