Skip to content

Commit

Permalink
First pass...
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Oct 13, 2024
1 parent 4e20850 commit a99ee6d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ angular.module('QuepidApp', [
'ngAnimate',
'countUp',
'ngclipboard',
'ngVega'
'ngVega',
'http-throttler'
]);
1 change: 1 addition & 0 deletions app/assets/javascripts/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@
//= require tether-shepherd/dist/js/shepherd
//= require tour
//= require ace_config
//= require angular-http-throttler/service/http-throttler
2 changes: 2 additions & 0 deletions app/assets/javascripts/interceptors/rails-csrf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ angular.module('ng-rails-csrf', [] )
return el;
};

$httpProvider.interceptors.push('httpThrottler');

$httpProvider.interceptors.push(function() {
return {
'request': function(config) {
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"angular-countup": "^0.0.1",
"angular-csv-import": "https://github.com/bahaaldine/angular-csv-import",
"angular-flash": "https://github.com/wmluke/angular-flash",
"angular-http-throttler": "https://github.com/mikepugh/angular-http-throttler",
"angular-resource": "~1.8.3",
"angular-route": "~1.8.3",
"angular-sanitize": "~1.8.3",
Expand All @@ -37,6 +38,7 @@
"ng-json-explorer": "http://github.com/o19s/ng-json-explorer",
"ng-tags-input": "3.2.0",
"ngclipboard": "^2.0.0",
"p-queue": "^8.0.1",
"party-js": "^2.2.0",
"popper.js": "^1.16.1",
"splainer-search": "2.33.0",
Expand Down
22 changes: 22 additions & 0 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a99ee6d

Please sign in to comment.