mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
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. |
||
|---|---|---|
| .. | ||
| templates | ||
| appCache.js | ||
| dom.js | ||
| example.js | ||
| gen-docs.js | ||
| ignore.words | ||
| ngdoc.js | ||
| reader.js | ||
| SiteMap.js | ||
| writer.js | ||