Releases: dkern/angular-best-practice
Releases · dkern/angular-best-practice
0.1.5
- split
gulpfile.js
in configurations and tasks, located underbuild/
- load directive templates by
$templateCache
instead oftemplateUrl
- rename markers in
index.html
frombower
tovendor
- fixed wrong npm script
prestart-webdriver
- production server now listens on port
1338
beside development server on1337
- moved all unit test to folder
tests/unit/
, all e2e tests still be intest/e2e/
- use
$location
provider inapp/examples/controller/controller.controller.js
to get actual location instead of being static - rename
app/core/navController.js
toapp/core/core.nav.controller.js
to be consistent - updated dependencies
- added documentation to all app files