Injection error
Hi,
I am trying to use it in my application using browserify, but i am getting following error:
Error: [$injector:modulerr] Failed to instantiate module googleplus due to: Error: [$injector:nomod] Module 'googleplus' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument
I have installed it in local and global.
thank you
If you written it as npm module it should work in other frameworks related to npm like browserify, webpack etc..
If you want to support those you need to export the module.
I was having the same problem with bower and found out i forgot to add the script in my index.html file and it worked