Balachander Jayachandran
Results
1
issues of
Balachander Jayachandran
My grunt ngdocs task below. ``` ngdocs: { options: { dest: 'site/docs', html5Mode: false, startPage: '/api', scripts: [ 'bower_components/angular/angular.js' 'bower_components/angular-animate/angular-animate.js', 'bower_components/angular-material/angular-material.js' ] }, api: { src: ['app/**/*.js','!app/**/*-spec.js','app/index.ngdoc'], title: 'Docs' }...