| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-03 | docs(guide/controller): reorganize, add Controller suffix, formatting | Brian Ford | |
| 2014-03-03 | docs(guide/concepts): fix links | Brian Ford | |
| 2014-03-03 | docs(guide/introduction): reword for clarity | Brian Ford | |
| 2014-03-03 | docs(guide/unit-testing): rename and fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/e2e-testing): rename and fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/css-styling): rename and fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/bootstrap): fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/services): rewrite services documentation | Brian Ford | |
| 2014-03-02 | docs(guide/templates): clarity | Brian Ford | |
| 2014-03-02 | docs(guide/expression): clarify | Brian Ford | |
| 2014-03-02 | docs(guide/injecting-services): fix list formatting in Related* sections | Vlad GURDIGA | |
| Closes #5447 | |||
| 2014-02-27 | docs(guides/providers): fix typo | Pavel Pomerantsev | |
| Closes #5465 | |||
| 2014-02-26 | docs(guide): add a new django tutorial | Mauro | |
| - add a link to a tutorial on intergrating angular and django | |||
| 2014-02-26 | docs(guide/directive): update directive restrict options | pyriand3r | |
| - add missing 'C' restriction for class names | |||
| 2014-02-24 | docs(guide/concepts): reference correct module name. | adeelcap15 | |
| Fixed a mistake, changed invoice to invoice2. Closes #6438 | |||
| 2014-02-22 | docs(guide): grammar fix | George Cox | |
| use of the article, both definite and indefinite, is not optional Closes #5981 | |||
| 2014-02-21 | docs(*): fix anchors for members in api docs | Peter Bacon Darwin | |
| 2014-02-21 | docs(guide/filter): fix input type in example | Peter Bacon Darwin | |
| Closes #6366 | |||
| 2014-02-21 | docs(guide/di): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6386 | |||
| 2014-02-21 | docs(guide/compiler): fix url-based links refs to AUTO module | Stéphane Reynaud | |
| Closes #6385 | |||
| 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-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-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-17 | docs(guide/concepts): clarify wording | plmetz | |
| 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 | docs(*): fix jshint issues in examples | Peter Bacon Darwin | |
| 2014-02-16 | docs(guide): remove unnecessary "Developer Guide: " from @names | Peter Bacon Darwin | |
| 2014-02-16 | docs(content): fix bad links | Peter Bacon Darwin | |
| 2014-02-16 | docs(examples): fix example dependencies | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): fix url-based links refs to AUTO module | Peter Bacon Darwin | |
| 2014-02-16 | docs(all): convert <pre>/</pre> snippets to GFM snippets | Caitlin Potter | |
| 2014-02-16 | docs(bike-shed-migration): fix up links outside the domain | Peter Bacon Darwin | |
| It is safer to use markdown style links and save jsdoc style links for internal links and code references | |||
| 2014-02-12 | docs(guide/$location): correct link to HTML5 draft section 5.5 (history api) | Stéphane Reynaud | |
| Previous link url is no longer served, responds with bad link (error 404). This change corrects the URL to point to section 5.5 of the draft. The old URL appears to have been removed from service in 2012. Corrects the link to "History API" Closes #6225 | |||
| 2014-02-11 | docs(guide/index): replace "shold" to "should" | Stéphane Reynaud | |
| Replace "shold" to "should" Closes #6216 | |||
| 2014-02-10 | style(guide): remove ws | Igor Minar | |
| 2014-02-10 | docs(guide): add new resource links | Jeremy Likness | |
| Added a link to 10 reasons to use and online courses for Angular Closes #6194 | |||
| 2014-02-10 | style(guide/concepts): remove ws | Igor Minar | |
| 2014-02-10 | docs(guide/concepts): removing confusing use of hoisting | Sequoia McDowell | |
| Closes #6207 | |||
| 2014-02-10 | docs(concepts): Remove pointless `* 1`s | Sequoia McDowell | |
| Closes #6206 | |||
| 2014-02-10 | docs(guide/scope): fix a typo | Victor Berchet | |
| Signed-off-by: Caitlin Potter <caitpotter88@gmail.com> Closes #6202 | |||
| 2014-02-05 | chore(testing): run end to end tests on firefox and safari as well as chrome | Julie | |
| 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-05 | chore(end2end): remove old references to the scenario runner and update to ↵ | Julie | |
| point to protractor | |||
| 2014-02-03 | docs(animations): ngClass usage should link to ngClass documentation | Alan Rubin | |
| Fixing reference to ngClass documentation Closes #6089 | |||
| 2014-01-31 | docs(guide/templates.css-styling): fix "`{{}}`" | Stéphane Reynaud | |
| Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page Closes #5950 | |||
| 2014-01-28 | test(docs): convert example end to end doc tests from scenario runner to ↵ | Julie | |
| protractor Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions! Closes #6023 | |||
