angular-segmentio
angular-segmentio copied to clipboard
detecting analytics.initialized is deprecated
From the source code.
// backwards compat with angular plugin.
// TODO: remove
this.initialized = true;
Also seems this fix not always works, which leads to the wrapper never receiving the signal that the library was initialized.