| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-12 | refactor(module): strict separation between module-config / app-runtime | Misko Hevery | |
| 2012-01-10 | feat(module): new module loader | Misko Hevery | |
| 2011-11-14 | refactor(injector): removed loadModule/ng:module | Misko Hevery | |
| - added module property to doc:example | |||
| 2011-11-13 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-13 | feat(docs): allow examples with hidden source code | Vojta Jina | |
| 2011-10-14 | fix(docs): fix jsfiddle integration | Igor Minar | |
| this got accidentally messed up during the forms refactoring and mass renaming | |||
| 2011-10-11 | chore(formating): clean code to be function() { | Misko Hevery | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-09-06 | fix(docs): use window.execScript instead of window.eval on IE | Igor Minar | |
| IE's window.eval doesn't execute in the global context, so we have to use window.execScript instead which works like window.eval on normal browsers. However execScript throws an exception when an empty string is passed in, so I created a workaround with a workaround. | |||
| 2011-08-21 | fix(docs): remove more unecessary use of hide() and show() method | Di Peng | |
| - tutorial section of docs fails to render properly as doc:tutorial-instructions widget uses deprecated show and hide methods of jQlite. | |||
| 2011-08-19 | fix(sample): Fix for jsFiddle integration | Di Peng | |
| 2011-08-16 | doc(sample): Add javascript sandbox integration (jsFiddle) | dandoyon | |
| Change doc_widget.js to: - render "edit in jsfiddle" button next to all examples - make opt out certain examples by adding jsfiddle="false" attribute to doc:source element | |||
| 2011-08-15 | refactor(jqLite): remove jqLite show/hide support | Igor Minar | |
| it turns out that even with our tricks, jqLite#show is not usable in practice and definitely not on par with jQuery. so rather than introducing half-baked apis which introduce issues, I'm removing them. I also removed show/hide uses from docs, since they are not needed. Breaks jqLite.hide/jqLite.show which are no longer available. | |||
| 2011-07-29 | feat(tutorial): add an arrow to 'Workspace Reset Instructions' links | Igor Minar | |
| The arrow is a hint that user won't navigate to a new page, but instead the instructions will be displayed inline. | |||
| 2011-07-26 | doc(tutorial): fix navigation widget to work without jQuery | Vojta Jina | |
| jqLite doesn't support class selectors, can find only by tag name... | |||
| 2011-07-17 | refactor(docs): run e2e tests with and without jquery | Di Peng | |
| - e2e tests will run index.html (without jquery) and with index-jq.html(with jquery). - many small changes to make e2e tests work withough JQuery as we discover problems that were previously hidden by using real JQuery. | |||
| 2011-06-10 | Fix small typo in docs widget (tutorial instructions) | Vojta Jina | |
| 2011-06-06 | Docs: Error 404 page with simple suggestion for new links | Vojta Jina | |
| 2011-06-06 | fixing broken docs links | Igor Minar | |
| 2011-06-06 | docs app css/js/html rewrite | Igor Minar | |
| 2011-06-06 | Add doc:tutorial-instructions widget | Vojta Jina | |
| 2011-04-07 | fix indentation regexp for doc:examples | Igor Minar | |
| 2011-02-22 | fix documentation for ie | Misko Hevery | |
| 2011-02-04 | fix angular.js file path detection in docs | Igor Minar | |
| 2011-02-03 | addded cookbook | Misko Hevery | |
| 2011-02-01 | Developer guide documentation | Misko Hevery | |
| 2011-01-26 | Added part of guide documentation and supporting changes to doc generator | Misko Hevery | |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-18 | doc widgets examples should display angular src as CAO instead of DAO | Igor Minar | |
| 2011-01-18 | remove script.type attribute from example widgets since its optional in html5 | Igor Minar | |
| 2011-01-10 | complete rewrite of documentation generation | Misko Hevery | |
| - romeved mustache.js - unified templates - improved testability of the code | |||
