- Angular-seed repo
- Yeoman angular (strongly advised). Provides commands to generate: directives, controllers, views
Use ng-cloak directive to hide interpolation tags {{}} in index.html
Ex: <body ng-cloack>
And use ng-bind instead of interpolation to avoid showing {{}}. Ex: <span ng-bind="ctrl.value">?</span>