angular.js/docs
Pete Bacon Darwin 86f3e41dfe chore(docs/writer): fix Windows path incompatibilities
NodeJS on Windows uses back slashes for path separators. This
difference can be mitigated by use of the nodeJS path library.
In particular the `sep` property and the `dirname()`, `normalize()`
and `join()` methods of this library.  All path based arguments on
exported functions need to be normalized and `join` and `sep` must
be used instead of string manipulation to work with paths.
2013-06-12 20:02:45 +01:00
..
component-spec fix(ngdocs): provide test code for syntax links in docs and fix the syntax directive for IE8 2013-05-20 14:33:11 -07:00
components chore(docs): fix memory leak in example embed code 2013-06-10 13:14:26 -07:00
content docs(faq): update customink order info 2013-06-10 11:39:01 -07:00
img doc(guide): add concepts 2012-08-27 15:44:38 -07:00
spec feat(ngdocs): provide support for inline variable hinting 2013-05-30 21:42:41 -07:00
src chore(docs/writer): fix Windows path incompatibilities 2013-06-12 20:02:45 +01:00