generator-angular-xl
generator-angular-xl copied to clipboard
An opinionated kickstarter for your next large scale AngularJS application
Solved by having two separate karma tasks with different target configurations.
- [ ] add preprocessor to karma - [ ] add to build steps _awesomeness ensues_
http://stackoverflow.com/questions/14771810/how-to-test-angularjs-custom-provider
Set `initService` based on some command line parameters
Current Angular attributes are not valid HTML5, adding "data-" to the tag fixes this. IE. "ng-click" -> "data-ng-click"
Test files can be generated alongside the src file to provide easier navigation and make it easier to understand the structure. Test files should be prefixed with `.test` so that...
Listen for `error` events on `$rootScope` and redirect to `/error` with some useful parameters and output error message and stack trace in console log