essi

Results 15 issues of essi

Hi, I defined a service like this: ``` 'use strict'; app.factory('mySocket', function(socketFactory) { return socketFactory({ ioSocket: io.connect(':3001',{forceNew: true}) }); }); ``` and in controller: ``` app.controller('ChatCtrl',function($scope, mySocket,$rootScope) { $scope.arr =...

I use jQuery Sparkline for some chart like this: ``` ``` but I don't know how to render Composite Sparkline chart because in documentation of Sparkline use this script: ```...

Hi, Your plugin is useful for me. Do you have plan to Angular 2.0? Thanks

Hi When I use `$authProvider.signinUrl` with external url (non-localhost) like this: ``` $authProvider.signinUrl = 'http://example.com/public/api/authenticate'; ``` Show me this error in console: ``` XMLHttpRequest cannot load http://example.com/public/api/authenticate. Response to preflight...