| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-21 | docs(guide/i18n): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6383 | |||
| 2014-02-21 | docs(guide/scope): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6382 | |||
| 2014-02-21 | docs(guide/location): fix url-based link to AUTO module | Stéphane Reynaud | |
| Closes #6381 | |||
| 2014-02-21 | chore(doc-gen): generate examples for each deployment, e.g. jquery | Julie | |
| 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-21 | docs(tutorial/step-05): replace minify wiki link with shortened URL | Jennifer 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-20 | docs(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-20 | docs(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-20 | docs(ie): document IE style attribute interpolation problem | Richard Collins | |
| IE has issues with this, it's good to make a note of this. Closes #6329 | |||
| 2014-02-20 | chore(docs): fix header wrapping for tablet devices | Matias Niemelä | |
| 2014-02-20 | chore(doc-gen): add formatted error messages to error pages | Peter 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-19 | chore(docs): make the layout fully responsive | Matias Niemelä | |
| Closes #6308 | |||
| 2014-02-19 | chore(doc-gen): add path of project to the doc gen config | Peter Bacon Darwin | |
| 2014-02-19 | docs(api): remove ngRoute.$routeParams link from ng section | Aaron Wang | |
| Closes #6219 | |||
| 2014-02-19 | chore(doc-gen): improve grouping and sorting of api nav items | Peter Bacon Darwin | |
| 2014-02-19 | chore(doc-app): remove invalid line of code | Peter Bacon Darwin | |
| 2014-02-18 | docs(guide/providers): fix example snippet | Igor Minar | |
| Closes #6331 Closes #6332 | |||
| 2014-02-18 | docs(guide/compiler): remove innacurate statement | Shai 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-18 | chore(docs): cope with trailing slash and "index" in URLs | Peter Bacon Darwin | |
| Closes #6295 | |||
| 2014-02-18 | docs(tutorial/step-11): add controller to correct object | ahliddin | |
| 2014-02-17 | chore(docs): fix broken example tabs | Matias Niemelä | |
| 2014-02-17 | docs(guide/concepts): clarify wording | plmetz | |
| 2014-02-17 | docs(tutorial): add missing @step tags | Stéphane Reynaud | |
| Since steps 9 and 11 were missing @step tags they were out of order Closes #6292 Closes #6291 | |||
| 2014-02-17 | chore(docs-assets): add versions to paths for imported assets | Peter Bacon Darwin | |
| This should prevent stale caches in browsers if we upgrade any of these assets. | |||
| 2014-02-17 | chore(doc-gen): add production deployment environment | Peter Bacon Darwin | |
| 2014-02-16 | chore(docs): replace local bootstrap build with one from bower | Matias Niemelä | |
| 2014-02-16 | docs(design): footer and spacing fixes added to the layout | Matias Niemelä | |
| 2014-02-17 | docs(design): ui-fixes for examples, layout and API components | Matias Niemelä | |
| 2014-02-16 | chore(errors): rename folders to match namespaces | Peter Bacon Darwin | |
| 2014-02-16 | docs(indexPage.template): fix top-nav links to work on localhost | Peter Bacon Darwin | |
| 2014-02-16 | docs(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-16 | chore(doc-gen): improve error page navigation | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): remove trailing whitespace in ptor template | Peter Bacon Darwin | |
| 2014-02-16 | docs(*): fix jshint issues in examples | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): add jshint checking to examples and tests | Peter Bacon Darwin | |
| 2014-02-16 | docs(guide): remove unnecessary "Developer Guide: " from @names | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): only output info (and more severe) log messages | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): fix navGroup hrefs | Peter Bacon Darwin | |
| 2014-02-16 | docs(docs.css): add initial type-hint styles | Peter Bacon Darwin | |
| 2014-02-16 | docs(content): fix bad links | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): remove console.log statements | Peter Bacon Darwin | |
| 2014-02-16 | docs(api/index): fix ambiguous ngClick link | Peter Bacon Darwin | |
| ngClick appears in more than one module so we must make it explicit. | |||
| 2014-02-16 | docs(examples): fix example dependencies | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): provide example dependencyPath in config | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): move git info into its own processor | Peter Bacon Darwin | |
| 2014-02-16 | chore(docs-indexPage.template): add onload handler for Google Analytics | Peter Bacon Darwin | |
| 2014-02-16 | chore(indexPage.template): add back Google analytics and offline support | Peter Bacon Darwin | |
| 2014-02-16 | chore(docs): remove 'AngularJS ' prefix from version drop-down | Peter Bacon Darwin | |
| 2014-02-16 | chore(protractor-generator): add dgeni processor for protractor | Julie | |
| 2014-02-16 | docs(misc): add landing page for the miscellaneous area | Peter Bacon Darwin | |
| 2014-02-16 | docs(tutorial): give the tutorial landing page a better name | Peter Bacon Darwin | |
