tanay1337 / fastr

A Quicker solution for browsing movies!
MIT License
5 stars 79 forks source link

Fetch data only after the user has stopped typing #6

Closed ghost closed 9 years ago

ghost commented 9 years ago

Changed the $scope.change() function to make requests only after the the user has stopped typing for 500ms by setting a timeout.

tanay1337 commented 9 years ago

Awesome! Thanks, it is much more accurate now!