aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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
2011-01-14fixed select with ng:formatMisko Hevery
select (one/multiple) could not chose from a list of objects, since DOM requires string ids. Solved by adding index formatter, which exposed incorrect handling of formatters in select widgets.
2011-01-10tabbing and keyboard shortcut for docsIgor Minar
- first tab goes to the search box, following tabs iterate results - ctrl+s (FF on mac) or ctrl+alt+s (Chrome on mac) move focus to the search box
2011-01-10offline docsIgor Minar
- freezing syntaxhighlighter and jquery under docs/src/templates/ - for jquery I just used a symlink to lib/jquery not an ideal solution but writer.js is not very flexible and I didn't want to mess with it - changed docs' index.html to point to the local resources
2011-01-10removed unnedded files; switch rake to new doc build scriptMisko Hevery
2011-01-10complete rewrite of documentation generationMisko Hevery
- romeved mustache.js - unified templates - improved testability of the code
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
- There was a perceived lag when typing do to the fact that we were listening on the keyup event instead of keydown. The issue with keydown is that we can not read the value of the input field. To solve this we schedule a defer call and perform the model update then. - To prevent calling $eval on root scope too many times as well as to prevent drowning the browser with too many updates we now call the $eval only after 25ms and any additional requests get ignored. The new update service is called $updateView
2010-12-10improve doc app scrollbarsIgor Minar
2010-12-07make the docs angular 'logo' link filename agnosticIgor Minar
2010-12-07@returns tag should allow the content to be split into multiple linesIgor Minar
2010-12-06allow documentation to be in external fileMisko Hevery
* Load templates once instead of per request * show timing information * load files ending in .ngdoc and process them
2010-11-29fix typo in searchbox placeholderIgor Minar
2010-11-29searchbar in docs should not scroll awayIgor Minar
2010-11-29renaming #section to #main in docs html/cssIgor Minar
2010-11-29getting rid of #page div in docs index.htmlIgor Minar
2010-11-29dual scrolling for docs with custom scrollbarsIgor Minar
2010-11-29docs html/css cleanupIgor Minar