angular-segmentio icon indicating copy to clipboard operation
angular-segmentio copied to clipboard

detecting analytics.initialized is deprecated

Open karolk opened this issue 10 years ago • 0 comments

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.

karolk avatar Nov 25 '14 18:11 karolk