Oren Farhi

Results 26 issues of Oren Farhi

hi. great project. I saw that there's a restrict access by ip. I'm working with heroku and its free dynamic ip (every update pushed to heroku restart the server and...

enhancement

stop using: ``` javascript this.safe.load(); ``` use: ``` javascript this.fetch('safe'); ```

enhancement

should be: ``` javascript safe: { key: 'somekey', // exclude one or more multiple values exclude: 'displayTitle displayTime' } ```

enhancement

should handle when local storage is full.

http://chieffancypants.github.io/angular-hotkeys/

enhancement

check implementation with: https://github.com/kamilkp/angular-vs-repeat

enhancement

when clicked, it should let the user save the current now playing playlist to the authenticated user playlist

Features

using the former "es6" module loader using es2015 classes for controllers re-architect directive and html form "index.html" to components

enhancement

index.html should be: ``` html Echoes Player ~=~ EMC [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } Now Playing (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-35188202-2', 'echotu.be');...

enhancement

Given there's a playlist of "2" tracks And a tracked is played When the track is moved to be the last index in playlist Then it should be still indicated...

invalid