/angular-throttle-debounce

AngularJS throttle debounce module

Primary LanguageJavaScriptMIT LicenseMIT

angular-throttle-debounce GitHub version

Dependency Status devDependency Status

AngularJS throttle debounce module

Usage

  • Install javascript files from bower or download manually
bower install --save angular-throttle-debounce
  • Include javascript files in your application
    • angular.js
    • angular-throttle-debounce.js
<script src="angular.js"></script>
<script src="angular-throttle-debounce.js"></script>
  • Add the angular-throttle-debounce module to your application's dependencies.
angular.module("myApp", ["angular-throttle-debounce"]);