This repository was archived by the owner on Apr 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
State
Ahmed Tarek edited this page Jan 24, 2017
·
27 revisions
- Add support for multiple (more than twice as in prev version) nesting i.e: comp1/comp2/comp3/comp4/directive
- Enhance core directive templates to be imported in
core.module.jsnot called - Enhance service directive templates to be imported in
core.module.jsnot called - Enhance directive testing templates, service is now added to module using
module.factory(..) - Enhance service testing templates, service is now added to module using
module.factory(..) - Unified comment markers
- Docs script now tries to open in chrome then falls back to default browse
- Docs script add linux
xdg-opencommand - Add
.editorconfigfile to define and maintain consistent coding styles between different editors and IDEs - Activated copy-webpack-plugin in
config/global.js
-
In your
core.module.jsadd the following lines: (p.s: other comment lines in this file are no longer needed)// Add directive imports above // Add service imports above // Add directive to module above // Add service to module above -
Update the docs script in
package.jsonto:"docs": "open -a \"Google Chrome\" docs/docs.html || open docs/docs.html || xdg-open docs/docs.html",
- Upgrade webpack (2.2.0 still causes problems like the ones higher than the curr version)
Built with ❤️ by Tokyo