You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Hi, great work here, but the examples not working correctly, I try to use the "AutoComplete.html" sample.
First, is a error in a url.. Find by "http//" in html document.
Second, is a error in execution, I don't know if is a version of Rx, but the error is here:
"function observableCreateRefCount(subscribe) {
return observableCreate(subscribe).publish().refCount();
}"
The object does not support property or method "publish".
Samples are used to motivate new developers..
The text was updated successfully, but these errors were encountered:
Hi, great work here, but the examples not working correctly, I try to use the "AutoComplete.html" sample.
First, is a error in a url.. Find by "http//" in html document.
Second, is a error in execution, I don't know if is a version of Rx, but the error is here:
"function observableCreateRefCount(subscribe) {
return observableCreate(subscribe).publish().refCount();
}"
The object does not support property or method "publish".
Samples are used to motivate new developers..
The text was updated successfully, but these errors were encountered: