Closed milosh012 closed 8 years ago
@milosh012 , thanks for pointing that out. Go ahead and open a pull request and I'll get it merged in. Make sure you target the develop
branch
@ajbrown Great!, here is PR https://github.com/ajbrown/angular-loggly-logger/pull/42
Released with v0.2.2
@ajbrown Can you make version 0.2.2 available through npm ? I also have the same problem with CORS and I'm using npm for my dependencies.
@Olgagr all done. Sorry about that, It used to auto publish when new tags were added. I'm not sure when this changed.
@ajbrown One more question: do you think it could be possible for npm package to remove bower as dependency ? Right now, when I install package through npm, the postinstall is called, then bower install that installs angular, angular-loader etc. This is problematic. For example, I couldn't install angular-loggly-logger during my CI process (I use Jenkins for CI) because Jenkins didn't know what to do with 'bower install' command.
Hi,
There is a problem with CORS when using your library and withCredentials mode is on. Im using angular ver 1.4
Here is error message:
So the solution is very easy. Just need to add
withCredentials: false
in your$http
config object.I can do a PR if you want, or you will do it?
Best, Milos