aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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
2011-02-03Added remainder of the cookbookMisko Hevery
2011-02-03added more cookbook: work in progressMisko Hevery
2011-02-03addded cookbookMisko Hevery
2011-02-01changed the documentation @example to use <doc:example>Misko Hevery
2011-02-01Developer guide documentationMisko Hevery
2011-01-27corrected sitemap.xml formatMisko Hevery
2011-01-26validator doc example should not be escapedIgor Minar
2011-01-26Added part of guide documentation and supporting changes to doc generatorMisko Hevery
2011-01-26fix deprication typo in the doc generatorIgor Minar
2011-01-24add @this and @exampleDescription tagsMisko Hevery
(also removed markdownNoP, now done through CSS)
2011-01-24Added SiteMap generation to the documentationMisko Hevery
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-24add @this and @exampleDescription tagsMisko Hevery
(also removed markdownNoP, now done through CSS)
2011-01-24updated doc styling for methods/propertiesMisko Hevery
2011-01-19ngdoc should escape content of pre in markdownIgor Minar
2011-01-18verify that issue# 162 was fixed with doc rewriteMisko Hevery
2011-01-18doc widgets examples should display angular src as CAO instead of DAOIgor Minar
2011-01-18remove script.type attribute from example widgets since its optional in html5Igor Minar
2011-01-18@returns type in docs should be wrapped in curliesIgor Minar
2011-01-17rewrite of several major portions of angular.service docsIgor Minar