Closed cht8687 closed 7 years ago
Bower installation of 0.3.0 seems have the old source-code. It doesn't have this line:
if (angular.isFunction(errorCallback)) {
errorCallback(err)
}
also the function has only 3 arguments:
this.connect = function (endpoint, headers, errorCallback) {
Please help update it!
The changes your describe had not been published yet. They should right now be available in v0.4.0
.
thank you @beevelop
I am experiencing this error when run unit test. (Karma, jasmine) Anyone have similar issue?
-----update------
It turns out that bower install seems have old source code.