| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2011-02-22 | Rewrite of the overview section of the dev guide | Kenneth R. Culp | |
| 2011-02-22 | fix documentation for ie | Misko Hevery | |
| 2011-02-18 | corrected new lines in @link | Misko Hevery | |
| 2011-02-16 | Changed the angular.compile(element)(scope[, cloneAttachNode]) | Misko Hevery | |
| 2011-02-16 | refactored quickClone to cloneNode and exposed it on jQuery | Misko Hevery | |
| 2011-02-16 | Add public API to retrieve scope from element. | Misko Hevery | |
| 2011-02-10 | adding testimonials page to docs | Igor 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-09 | corrected missbehaved example | Misko Hevery | |
| 2011-02-09 | Update Dev Guide Downloading content (to be moved to Contributing later). | Janet Davies | |
| 2011-02-09 | Cleanup of the Getting Started guide | Kenneth R. Culp | |
| 2011-02-08 | renaming fag.ngdoc to faq.ngdoc | Igor Minar | |
| 2011-02-07 | markdown pre-processor should strip all the extra indentation | Igor Minar | |
| - split trim into trim and indent - merged my indentation code with trim - cleaned up some small issues | |||
| 2011-02-07 | docs should print usage for services that are functions | Igor Minar | |
| 2011-02-07 | @property should require type and description should be markdownified | Igor Minar | |
| 2011-02-07 | adding docs for angular.markup and angular.attrMarkup | Igor Minar | |
| 2011-02-04 | fix angular.js file path detection in docs | Igor Minar | |
| 2011-02-03 | Added remainder of the cookbook | Misko Hevery | |
| 2011-02-03 | added more cookbook: work in progress | Misko Hevery | |
| 2011-02-03 | addded cookbook | Misko Hevery | |
| 2011-02-01 | changed the documentation @example to use <doc:example> | Misko Hevery | |
| 2011-02-01 | Developer guide documentation | Misko Hevery | |
| 2011-01-27 | corrected sitemap.xml format | Misko Hevery | |
| 2011-01-26 | validator doc example should not be escaped | Igor Minar | |
| 2011-01-26 | Added part of guide documentation and supporting changes to doc generator | Misko Hevery | |
| 2011-01-26 | fix deprication typo in the doc generator | Igor Minar | |
| 2011-01-24 | add @this and @exampleDescription tags | Misko Hevery | |
| (also removed markdownNoP, now done through CSS) | |||
| 2011-01-24 | Added SiteMap generation to the documentation | Misko Hevery | |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-24 | add @this and @exampleDescription tags | Misko Hevery | |
| (also removed markdownNoP, now done through CSS) | |||
| 2011-01-24 | updated doc styling for methods/properties | Misko Hevery | |
| 2011-01-19 | ngdoc should escape content of pre in markdown | Igor Minar | |
| 2011-01-18 | verify that issue# 162 was fixed with doc rewrite | Misko Hevery | |
| 2011-01-18 | doc widgets examples should display angular src as CAO instead of DAO | Igor Minar | |
| 2011-01-18 | remove script.type attribute from example widgets since its optional in html5 | Igor Minar | |
| 2011-01-18 | @returns type in docs should be wrapped in curlies | Igor Minar | |
| 2011-01-17 | rewrite of several major portions of angular.service docs | Igor Minar | |
| 2011-01-14 | fixed select with ng:format | Misko 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-10 | tabbing and keyboard shortcut for docs | Igor 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-10 | offline docs | Igor 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-10 | removed unnedded files; switch rake to new doc build script | Misko Hevery | |
| 2011-01-10 | complete rewrite of documentation generation | Misko Hevery | |
| - romeved mustache.js - unified templates - improved testability of the code | |||
| 2011-01-07 | change to keydown from keyup; add delayed $updateView | Misko 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 | |||
