angular-jsdoc icon indicating copy to clipboard operation
angular-jsdoc copied to clipboard

AngularJS Template/Plugin for JSDoc 3.

Results 29 angular-jsdoc issues
Sort by recently updated
recently updated
newest added
trafficstars

Title says it all, no other errors or messages, just 'cache.push is not a function'. Here is the full error log: ``` /Users/WouterCoebergh/Documents/git/slim-core/node_modules/angular-jsdoc/angular-template/publish.js:253 cache.push(doclet); ^ TypeError: cache.push is not a...

I configured the gruntfiles.js with the default template ```json jsdoc: { dist: { src: ['src/**/*.js'], options: { destination: 'build/docs', configure: 'node_modules/angular-jsdoc/common/conf.json', template: 'node_modules/angular-jsdoc/default', tutorial: 'tutorials', readme: './README.md' } } }...

The regex to get the filename may not be the best, I just grabbed it from: https://stackoverflow.com/questions/423376/how-to-get-the-file-name-from-a-full-path-using-javascript

In `angular-template/publish.js` on line 67, the call to `JSON.stringify` fails in my repo due to a circular reference at path `CIRCULAR: obj.children.class.0.children.class.0 = obj.children.class.0 = [object Object]`. I'm not sure...

Is it possible to make all the right-side menu closed (collapsed) be default?

``` jsTemplate error in line 4 2 ' \r' 3 ' \r' 4 ' \r' 5 ' \r' 6 '\r' 7 ' \r' processing template: class.html error in line 4...

When i start: `node_modules\.bin\jsdoc --configure node_modules\angular-jsdoc\common\conf.json --template node_modules\angular-jsdoc\angular-template --destination build\docs -r www\js` I get this error: `C:\Users\marko\PlutalIonic\node_modules\angular-jsdoc\angular-template\publish.js:48 members.forEach(function(doclet) { ^ TypeError: members.forEach is not a function at getChildren (C:\Users\marko\PlutalIonic\node_modules\angular-jsdoc\angular-template\publish.js:48:11) at...

in the main README.md you have stated that the **default** folder is the one to use for all new versions of Angular-JSDoc `NOTE: the location of configure file and template...

Controller parameter Type is always empty. I have attached a screenshot and controller code. Any help appreciated. [jsDocTest.controller.txt](https://github.com/allenhwkim/angular-jsdoc/files/281422/jsDocTest.controller.txt) ![capture](https://cloud.githubusercontent.com/assets/3742666/15534792/9a75277a-2262-11e6-8e46-7a9a451c2c64.PNG)

Our documentation build has started failing after a Node update (windows) to 8.9.1 from an old 6.x release. ``` fs.js:1910 binding.copyFile(src, dest, flags); ^ Error: EPERM: operation not permitted, copyfile...