aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2011-07-29doc(tutorial): fixes and improvements from Toni and BenIgor Minar
2011-07-29feat(tutorial): add an arrow to 'Workspace Reset Instructions' linksIgor 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-26feat(docs): add full offline supportDi Peng
2011-07-26feat(docs): add a changelog link to the footerDi Peng
2011-07-26doc(tutorial): fix navigation widget to work without jQueryVojta Jina
jqLite doesn't support class selectors, can find only by tag name...
2011-07-20refactor(gen-docs): use q, qq, q-fs (node modules) to write gen-docsDi Peng
- re-write gendocs.js, reader.js and writer.js - all calls are asynchronous
2011-07-20feat(gen-docs): enable caching the whole siteDi Peng
Generate a manifest file automatically by reading the directories.
2011-07-19chore(docs/.htaccess): bundle .htaccess with docsIgor Minar
2011-07-17refactor(docs): run e2e tests with and without jqueryDi 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-07-16doc(ng:include): improve the doc example to avoid confusionIgor Minar
2011-07-16doc(css): add '#content-list .level-4' cssIgor Minar
2011-07-16doc(ngdoc): add 'this' and 'returns' section for methodsIgor Minar
2011-07-16doc(ngdoc): fix usage format for functions bolted onto servicesIgor Minar
2011-07-16test(ngdoc): add test for @ngdoc functionIgor Minar
2011-07-16test(ngdoc): fix a typo in the @deprecated specIgor Minar
2011-07-16test(ngdoc): fix failing testsIgor Minar
2011-07-13doc($route): fix $route example and couple of typosVojta Jina
Rewrite $route example a bit, as it required $location and $route services to be eager published in the root scope. Fix small typos in formatter and ng:options docs.
2011-07-08docs:template: rename <angular/> to AngularJSIgor Minar
2011-07-08docs:css: remove bullet points from tutorial sidebarIgor Minar
2011-07-08docs:css: fix indentation for pre elementIgor Minar
2011-07-02doc:dependencies: add /api/ prefix to dependency linksIgor Minar
2011-06-30fix:docs: properly distinguish between being offline and 404Igor Minar
2011-06-27fix:docs: css lint fixesIgor Minar
2011-06-25fix:docs: Fix sitemap generator to use doc.id instead of doc.nameDi Peng
doc.id should be used instead of doc.name, otherwise links are wrongly generated
2011-06-21Update fixed docs content (guide)Vojta Jina
Couple of typos fixed: * indentation * batchLogbatchLog -> batchLog * start periodic checking * missing brace
2011-06-16Update docs from googledocsVojta Jina
* fixed typo in tutorial step-10 * revert cookbook/buzz example to use googlebuzz user
2011-06-15docs - various doc fixesIgor Minar
2011-06-15docs - stripping extra new linesIgor Minar
2011-06-15Updated docs/cookbook/buzz from gdocsDi Peng
With couple of fixes: * indentation + code formatting * use ng:href, ng:src * change UserId to misko.hevery so it will work now
2011-06-15Fix scenario runner on IE7, IE8Misko Hevery
* add ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected * fetch fixed cookbook/advancedform (use ng:disabled) * fire keydown instead of change on input * remove frame when test finishes
2011-06-10Fix small typo in docs widget (tutorial instructions)Vojta Jina
2011-06-08Added support for properties in documentationMisko Hevery
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-07Update latest docs content from gdocsVojta Jina
2011-06-07Remove removing old comments from gdocsVojta Jina
There were two places where we were removing old comments from google docs: * gdocs.js fetching script * docs/src/reader.js
2011-06-07fix ngdocSpec testsIgor Minar
2011-06-07add appcache for docs site - caches only css/js/img resourcesIgor Minar
2011-06-07remove $script loader because incompatibilities with e2e runnerIgor Minar
2011-06-07fix css for api referenceIgor Minar
2011-06-07fixing the dev guide orderingIgor Minar
2011-06-06Docs: Error 404 page with simple suggestion for new linksVojta Jina
2011-06-06moving the angular.mock docs down in the api listIgor Minar
2011-06-06yet another docs batchIgor Minar
2011-06-06fixing broken docs linksIgor Minar
2011-06-06images for guideKenneth R. Culp
2011-06-06docs css fix for content-list indentationIgor Minar
2011-06-06api doc fixes from kenIgor Minar
2011-06-06docs css fixesIgor Minar
2011-06-06add new version of api/angular docIgor Minar
2011-06-06fix wrapping api links into code elementIgor Minar