aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2011-06-06make docs/writer.js copyDir recursiveIgor Minar
2011-06-06ignore non .ngdoc filesIgor Minar
2011-06-06Don't forget the_end...Kenneth R. Culp
2011-06-06Latest greatest tutorial udpates.Kenneth R. Culp
2011-06-06temporary hack to strip all the extra chars from google docsIgor Minar
2011-06-06fix link to the tutorial pageIgor Minar
2011-06-06new batch of tutorial docsIgor Minar
2011-06-06Move documentation under individual headingsMisko Hevery
2011-06-06fix syntax highlighting on the javascriptMisko Hevery
2011-06-06renamed tutorial so that it would sort properlyMisko Hevery
2011-06-06Update tutorial docs.Kenneth R. Culp
2011-06-06process only tutorial filesIgor Minar
2011-06-06Tutorial files for your perusal.Kenneth R. Culp
2011-06-06new skin WIPIgor Minar
2011-05-19JSTD adapter for running e2e testsVojta 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-13fix widget example codeIgor Minar
2011-04-25Fix 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-20fix Cookbook link in getting started docIgor Minar
2011-04-15spelling fixAnthony Lieuallen
2011-04-10fix typo in angular.widget docsIgor Minar
2011-04-07fix indentation regexp for doc:examplesIgor Minar
2011-03-28Fixes some links and types in the DI docs.Pepper Lebeck-Jobe
2011-03-23fix broken 'downloading' linksIgor Minar
2011-03-22Fixes two links on the conribute page.Pepper Lebeck-Jobe
2011-03-22Fixes a typo xmlsn -> xmlnsPepper Lebeck-Jobe
2011-03-11@require in ngdoc now takes reason for dependencyMisko Hevery
2011-03-03fixing broken e2e testsIgor Minar
2011-03-03adding dependency injection docsIgor Minar
2011-03-02renaming guide.contribute.ngdoc to contribute.ngdocIgor Minar
2011-03-02docs cleanup and improvementsIgor Minar
- moving 'downloading' from devguide to "misc" - syncing the latest version of 'downloading' - getting rid of junk files
2011-03-01linking function should return bound scopeIgor 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-23docs.css should not inline all pragraphs, only those in listsIgor Minar
2011-02-22Rewrite of the "Contributing" section of the DevGuideJanet Davies
2011-02-22fixing typo in guide.overviewIgor Minar
2011-02-22Rewrite of the overview section of the dev guideKenneth R. Culp
2011-02-22fix documentation for ieMisko Hevery
2011-02-18corrected new lines in @linkMisko Hevery
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])Misko Hevery
2011-02-16refactored quickClone to cloneNode and exposed it on jQueryMisko Hevery
2011-02-16Add public API to retrieve scope from element.Misko Hevery
2011-02-10adding testimonials page to docsIgor Minar
this is just a temporary move so that the content doesn't get lost. in the long term we want this to be part of the main site.
2011-02-09corrected missbehaved exampleMisko Hevery
2011-02-09Update Dev Guide Downloading content (to be moved to Contributing later).Janet Davies
2011-02-09Cleanup of the Getting Started guideKenneth R. Culp
2011-02-08renaming fag.ngdoc to faq.ngdocIgor Minar
2011-02-07markdown pre-processor should strip all the extra indentationIgor Minar
- split trim into trim and indent - merged my indentation code with trim - cleaned up some small issues
2011-02-07docs should print usage for services that are functionsIgor Minar
2011-02-07@property should require type and description should be markdownifiedIgor Minar
2011-02-07adding docs for angular.markup and angular.attrMarkupIgor Minar
2011-02-04fix angular.js file path detection in docsIgor Minar