Since we're always working on improving our generated SDK's, today we're announcing some major work done on the Angular.js SDK.
- Angular.js generated code is now standard compliant.
- The standard we're using is John Papa's Angular1 Style Guide.
- The linter can be run from the command-line by using the command
jshint <folder-name-to-lint>
. - The configuration file for the linter will be included with the SDK from now.
Please generated your SDK again to get the standard compliant code.