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