Skip to content

Releases: dkern/angular-best-practice

0.1.5

11 Nov 17:14
Compare
Choose a tag to compare
  • split gulpfile.js in configurations and tasks, located under build/
  • load directive templates by $templateCache instead of templateUrl
  • rename markers in index.html from bower to vendor
  • fixed wrong npm script prestart-webdriver
  • production server now listens on port 1338 beside development server on 1337
  • moved all unit test to folder tests/unit/, all e2e tests still be in test/e2e/
  • use $location provider in app/examples/controller/controller.controller.js to get actual location instead of being static
  • rename app/core/navController.js to app/core/core.nav.controller.js to be consistent
  • updated dependencies
  • added documentation to all app files

0.1.2

09 Nov 22:36
Compare
Choose a tag to compare

Better configurabe gulp integrationann!

0.1.1

08 Nov 23:21
Compare
Choose a tag to compare

First release with full feature support!