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

An angular module for using the sails socket.io api

Results 16 angular-sails issues
Sort by recently updated
recently updated
newest added

Hi there, Does the library has a built-in CSRF setting to enable ? If not it would be nice to implement it so we don't need to manually ask for...

enhancement

is there any way to setup csrf for it if my sails.js are using csrf??

https://docs.angularjs.org/guide/migration#migrating-from-1-6-to-1-7 deprecated method `angular.uppercase` has been removed. ``` TypeError: t.uppercase is not a function ``` Used here: https://github.com/janpantel/angular-sails/blob/2.0/src/service/%24sails.js#L80 There might be other issues.

Hi, I am subscribing to the 'connect' and 'disconnect' events in my app controller, which stays in scope always. In the event of a socket disconnect, I'm displaying a 'reconnect'...

Hi, i have some proble when i try to implement angular-sails in my angular-laravel-admin project. I install angular-sail package with bower and in my index.module.js i have this: `angular.module('app.components', [...

The release of Angular 1.6.0 has broken this module with the deprecation of `$http` promise `.success` and `.error` functions.

angularSails supports setting of default headers, could angular-sails also support that? Check http://balderdashy.github.io/angularSails/#/api/ngsails.$sailsSocket, under Setting Headers. By the way, awesome library, has nice documentation and everything, I like it much...

enhancement

Using version 2.0.0-beta.3 of angular sails, I'd like to set up a custom function whenenever the connection/user socket is reconnected (e.g. after network problems). But I don't know how to...

How to use angular-sails to work together with requirejs, sails.io.js and socket.io-client?

**Sails version**: **Node version**:v4.4.4 **NPM version**:2.15.1 **Operating system**: Hi all, I have used sails web socket to call all APIs, In development its working fine but when i use it...