| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-06 | fixing broken links | Igor Minar | |
| 2011-06-06 | Indent the API reference list | Vojta Jina | |
| 2011-06-06 | Fixed docs search input with | Vojta Jina | |
| And couple of missing semi-colons... | |||
| 2011-06-06 | Bit of refactoring | Vojta Jina | |
| 2011-06-06 | Couple of todos | Vojta Jina | |
| 2011-06-06 | Fixed couple of failing tests in docs | Vojta Jina | |
| These tests were failing because of rewriting urls into new 'section' format, i.e. angular.scope -> api.angular.scope | |||
| 2011-06-06 | Log warning for every non existing link instead of throwing exception | Vojta Jina | |
| Guess we don't want to stop doc generating process because of non-existing link, so just log warning and continue... | |||
| 2011-06-06 | Check whether links do exist and throw exception | Vojta Jina | |
| 2011-06-06 | Fix sitemap include (to work on case sensitive linux) | Vojta Jina | |
| 2011-06-06 | new version of the xhr service | Igor Minar | |
| 2011-06-06 | reorder docs main menu items | Igor Minar | |
| 2011-06-06 | fix docs css | Igor Minar | |
| 2011-06-06 | add new batch of tutorial docs and images | Igor Minar | |
| 2011-06-06 | new docs skin - WIP | Igor Minar | |
| 2011-06-06 | fix docs landing page redirection | Igor Minar | |
| 2011-06-06 | add resource merging | Igor Minar | |
| 2011-06-06 | make docs/writer.js copyDir recursive | Igor Minar | |
| 2011-06-06 | ignore non .ngdoc files | Igor Minar | |
| 2011-06-06 | Don't forget the_end... | Kenneth R. Culp | |
| 2011-06-06 | Latest greatest tutorial udpates. | Kenneth R. Culp | |
| 2011-06-06 | temporary hack to strip all the extra chars from google docs | Igor Minar | |
| 2011-06-06 | fix link to the tutorial page | Igor Minar | |
| 2011-06-06 | new batch of tutorial docs | Igor Minar | |
| 2011-06-06 | Move documentation under individual headings | Misko Hevery | |
| 2011-06-06 | fix syntax highlighting on the javascript | Misko Hevery | |
| 2011-06-06 | renamed tutorial so that it would sort properly | Misko Hevery | |
| 2011-06-06 | Update tutorial docs. | Kenneth R. Culp | |
| 2011-06-06 | process only tutorial files | Igor Minar | |
| 2011-06-06 | Tutorial files for your perusal. | Kenneth R. Culp | |
| 2011-06-06 | new skin WIP | Igor Minar | |
| 2011-05-19 | JSTD adapter for running e2e tests | Vojta Jina | |
| Couple of changes into angular.scenario runner: - add autotest config (runs tests when document ready) - update ObjectModel (forwards events) - use only one ObjectModel instance for all outputters - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step - fix generating spec.ids - fix 'html' output so that it does not mutate ObjectModel Couple of changes into docs / generator: - rename copy -> copyTpl - move docs/static into docs/examples (to avoid conflict with jstd proxy) Running all docs e2e tests: ======================================================== 1/ compile angular-scenario, jstd-scenario-adapter >> rake compile 2/ build docs >> rake docs 3/ start jstd server >> ./server-scenario.sh 4/ capture some browser 5/ run node server to serve static content >> node ../lib/nodeserver/server.js 6/ run tests >> ./test-scenario.sh | |||
| 2011-05-13 | fix widget example code | Igor Minar | |
| 2011-04-25 | Fix some typos, missing semi-colons, etc... | Vojta Jina | |
| This is a combination of 4 commits: * Fix some small typos, missing semi-colons, etc. * Fix comment for angular.scenario.SpecRunner.run method * Fixed some missing semi-colons in cookbook * Fixed missing semi-colon in nodeserver/server.js | |||
| 2011-04-20 | fix Cookbook link in getting started doc | Igor Minar | |
| 2011-04-15 | spelling fix | Anthony Lieuallen | |
| 2011-04-10 | fix typo in angular.widget docs | Igor Minar | |
| 2011-04-07 | fix indentation regexp for doc:examples | Igor Minar | |
| 2011-03-28 | Fixes some links and types in the DI docs. | Pepper Lebeck-Jobe | |
| 2011-03-23 | fix broken 'downloading' links | Igor Minar | |
| 2011-03-22 | Fixes two links on the conribute page. | Pepper Lebeck-Jobe | |
| 2011-03-22 | Fixes a typo xmlsn -> xmlns | Pepper Lebeck-Jobe | |
| 2011-03-11 | @require in ngdoc now takes reason for dependency | Misko Hevery | |
| 2011-03-03 | fixing broken e2e tests | Igor Minar | |
| 2011-03-03 | adding dependency injection docs | Igor Minar | |
| 2011-03-02 | renaming guide.contribute.ngdoc to contribute.ngdoc | Igor Minar | |
| 2011-03-02 | docs cleanup and improvements | Igor Minar | |
| - moving 'downloading' from devguide to "misc" - syncing the latest version of 'downloading' - getting rid of junk files | |||
| 2011-03-01 | linking function should return bound scope | Igor Minar | |
| angular.compile()() returns {scope:scope, view:view}, this isn't useful at all and only makes tests more verbose. Instead, this change makes the linking function return scope directly and if anyone needs the linked dom there are two ways to do it documented in angular.compile. other changes: - moved angular.compile docs to the compiler so that they are closer to the compiler - fixed some typos and updated angular.compile docs with the new return value | |||
| 2011-02-23 | docs.css should not inline all pragraphs, only those in lists | Igor Minar | |
| 2011-02-22 | Rewrite of the "Contributing" section of the DevGuide | Janet Davies | |
| 2011-02-22 | fixing typo in guide.overview | Igor Minar | |
