ngCable icon indicating copy to clipboard operation
ngCable copied to clipboard

Power your Angular application with Rails' ActionCable

Results 6 ngCable issues
Sort by recently updated
recently updated
newest added

Cause WebSocket inherits from EventTarget, webSocket.removeEventListener need to be called with at least 2 required parameters: event type and event handler (according to https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener). In this case, when Cable call...

I use rails-5.0.0beta4. I've got this error: `Uncaught TypeError: Cannot read property 'received' of undefined` in `Cable.Subscriptions.Subscriptions.notify` - action-cable.js:353 `message` - action-cable.js:122 I happens probably when server send messages with...

When you visit https://cabe-app.herokuapp.com (link for the demo app), Heroku says: ``` There is no app configured at that hostname. Perhaps the app owner has renamed it, or you mistyped...

## TODO List for v.0.3.0 1. Write unit tests 2. Write e2e tests 3. Add more API methods **Aside Note:** Propose **CableDash** gem for Rails' core team. This gem will...