alliance-pcsg / primo-explore-custom-actions

:hammer_and_wrench: easily add custom actions to primo-explore's actions menu.
MIT License
15 stars 7 forks source link

Fix custom-actions.module.js for browserify #19

Open uleodolter opened 5 years ago

uleodolter commented 5 years ago

I seems that removing angular.module('customActions', []); causes troubles. angular.module needs second parameter to create new module.