LeoCreer

Results 4 issues of LeoCreer

Server restarts or app loses connection. The server tries to send event down to clients. All events subscribed to the listen Observable are lost however The client is still receiving...

line 8 plugin.commands.parallax = (function(){

Am I doing anything wrong ? HTML ``` ``` JavaScript ``` scope.onChangeStartFileUpload = function(event){ var files = event.target.files; // upload.submitFiles(files[0]); // upload.submitFiles(files); }; ```

If I know index and want to animate slider to this index how do I go about doing so?