Lukasz Karolewski
Lukasz Karolewski
i figured it out, it's actually gulp fault. Gulp depends on an ancient version of vinyl that strips BOM by default. to fix the issue gulp.src should be replaced with:...
it's not solving all problems but at least, adding Z would help to preserve timezone aware date through serialization and deserialization perhaps a minimally disruptive solution could be to include...
if your project is in es6 you can just use amd module, import it where you need it, and wrap in angular service for convenience of dependency injection. This PR...
This naming convention is by design and we wanted to enforce it. However if you want to add a config section for this plugin and make it configurable a pull...
scaffAngular is now build with java 7, please update JRE your IDE is running to 7 or 8. You can check which JRE is currently used in Help -> About...