angularjs-google-maps
angularjs-google-maps copied to clipboard
1.18.4 build contains 1.18.3
There was a bug of multi render of div who have ng-if condition inside the custom control . But it seems it was fixed in 1.18.4 so i tried to update my bower but it contains 1.18.3 version (not_fixed) . However i have build manually to generate the new js for 1.18.4 and it worked. Also i found that while i build i have to add "node" command as well in gulpfile.js
'node node_modules/jsdoc/jsdoc.js '+
'-c node_modules/angular-jsdoc/common/conf.json '+ // config file
'-t node_modules/angular-jsdoc/angular-template '+ // template file
'-d build/docs '+ // output directory
'./README.md ' + // to include README.md as index contents
'-r directives services' // source code directory
Thanks
I am currently having the same problem and have to rebuild the library as well... :'( Also commented in this (closed) issue https://github.com/allenhwkim/angularjs-google-maps/issues/764 before I saw that another one was opened. Would it be possible please to patch the NPM version ??