angularjs-google-maps icon indicating copy to clipboard operation
angularjs-google-maps copied to clipboard

1.18.4 build contains 1.18.3

Open privatejava opened this issue 7 years ago • 1 comments

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

privatejava avatar May 02 '17 19:05 privatejava

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 ??

olibri-us avatar Sep 19 '17 16:09 olibri-us