aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-02-21docs(tutorial/step_05): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6387
2014-02-21docs(guide/di): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6386
2014-02-21docs(guide/compiler): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6385
2014-02-21docs(guide/i18n): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6383
2014-02-21docs(guide/scope): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6382
2014-02-21docs(guide/location): fix url-based link to AUTO moduleStéphane Reynaud
Closes #6381
2014-02-21chore(doc-gen): generate examples for each deployment, e.g. jqueryJulie
Update to the latest dgeni-packages, which supports multiple deployment environments for the examples. Add a jQuery deployment environment for the examples. Currently, the target of the runnable example iframe always points to the default deployment environment, not to the environment under which the main app is running. Closes #6361
2014-02-21docs(tutorial/step-05): replace minify wiki link with shortened URLJennifer Song
marked has an existing bug where links ending with a ')' will not be parsed correctly. The workaround is to use a shortened URL. The original URL that is being replaced by this commit is http://en.wikipedia.org/wiki/Minification_(programming) . Closes #6377
2014-02-20docs(guide/ie): correct conditional comment to load JSON polyfill for IE7 ↵Tobias Leugger - Vibes
and lower Text specifies "polyfill JSON.stringify for IE7 and below" conditional comment for loading the polyfill was "lte IE 8". Closes #6227
2014-02-20docs(guide/directive): add a more detailed description of isolate scope `&` ↵Brad Williams
bindings More description of "&" bindings, the fact that they trigger evaluation of expressions in the original scope's context. Closes #6255
2014-02-20docs(ie): document IE style attribute interpolation problemRichard Collins
IE has issues with this, it's good to make a note of this. Closes #6329
2014-02-20chore(docs): fix header wrapping for tablet devicesMatias Niemelä
2014-02-20chore(doc-gen): add formatted error messages to error pagesPeter Bacon Darwin
This got missed in the doc migration: When there is an error in an Angular app, extra information is placed in the URL, which can be used by the docs application to display a more useful message. This fix adds that back in. The error message templates are extracted by the minerr tool during build and put into the errors.json file. The errors-doc processor will load this up and attach these message templates to the error docs. The display of these templates was already in place, via the errorDisplay directive in docs/app/js/errors.js. (Also, moved the error.template.html file into the angular.js repository from the dgeni-packages repository as this is specific to the angular.js project and all the other error related stuff is in here. Finally, also, added an e2e test that checks that minerr formatted messages are displayed correctly. Closes #6363
2014-02-19chore(docs): make the layout fully responsiveMatias Niemelä
Closes #6308
2014-02-19chore(doc-gen): add path of project to the doc gen configPeter Bacon Darwin
2014-02-19docs(api): remove ngRoute.$routeParams link from ng sectionAaron Wang
Closes #6219
2014-02-19chore(doc-gen): improve grouping and sorting of api nav itemsPeter Bacon Darwin
2014-02-19chore(doc-app): remove invalid line of codePeter Bacon Darwin
2014-02-18docs(guide/providers): fix example snippetIgor Minar
Closes #6331 Closes #6332
2014-02-18docs(guide/compiler): remove innacurate statementShai Reznik
The $compile service accepts string as a value and wraps it if needed, so this statement isn't correct, at least by the source code. Closes #6301
2014-02-18chore(docs): cope with trailing slash and "index" in URLsPeter Bacon Darwin
Closes #6295
2014-02-18docs(tutorial/step-11): add controller to correct objectahliddin
2014-02-17chore(docs): fix broken example tabsMatias Niemelä
2014-02-17docs(guide/concepts): clarify wordingplmetz
2014-02-17docs(tutorial): add missing @step tagsStéphane Reynaud
Since steps 9 and 11 were missing @step tags they were out of order Closes #6292 Closes #6291
2014-02-17chore(docs-assets): add versions to paths for imported assetsPeter Bacon Darwin
This should prevent stale caches in browsers if we upgrade any of these assets.
2014-02-17chore(doc-gen): add production deployment environmentPeter Bacon Darwin
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-16chore(errors): rename folders to match namespacesPeter Bacon Darwin
2014-02-16docs(indexPage.template): fix top-nav links to work on localhostPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert guide <doc:...> examples to <example>...Caitlin Potter
This CL also contains style fixes as the converted scripts caused jshint to complain.
2014-02-16chore(doc-gen): improve error page navigationPeter Bacon Darwin
2014-02-16chore(doc-gen): remove trailing whitespace in ptor templatePeter Bacon Darwin
2014-02-16docs(*): fix jshint issues in examplesPeter Bacon Darwin
2014-02-16chore(doc-gen): add jshint checking to examples and testsPeter Bacon Darwin
2014-02-16docs(guide): remove unnecessary "Developer Guide: " from @namesPeter Bacon Darwin
2014-02-16chore(doc-gen): only output info (and more severe) log messagesPeter Bacon Darwin
2014-02-16chore(doc-gen): fix navGroup hrefsPeter Bacon Darwin
2014-02-16docs(docs.css): add initial type-hint stylesPeter Bacon Darwin
2014-02-16docs(content): fix bad linksPeter Bacon Darwin
2014-02-16chore(doc-gen): remove console.log statementsPeter Bacon Darwin
2014-02-16docs(api/index): fix ambiguous ngClick linkPeter Bacon Darwin
ngClick appears in more than one module so we must make it explicit.
2014-02-16docs(examples): fix example dependenciesPeter Bacon Darwin
2014-02-16chore(doc-gen): provide example dependencyPath in configPeter Bacon Darwin
2014-02-16chore(doc-gen): move git info into its own processorPeter Bacon Darwin
2014-02-16chore(docs-indexPage.template): add onload handler for Google AnalyticsPeter Bacon Darwin
2014-02-16chore(indexPage.template): add back Google analytics and offline supportPeter Bacon Darwin
2014-02-16chore(docs): remove 'AngularJS ' prefix from version drop-downPeter Bacon Darwin