diff --git a/src/popup/app/app.js b/src/popup/app/app.js index 0adffc45096..397e36415a1 100644 --- a/src/popup/app/app.js +++ b/src/popup/app/app.js @@ -1,7 +1,6 @@ angular .module('bit', [ 'ui.router', - 'angular-jwt', 'ngAnimate', 'toastr', diff --git a/src/popup/app/services/servicesModule.js b/src/popup/app/services/servicesModule.js index e928537ffd8..7dd2772d27b 100644 --- a/src/popup/app/services/servicesModule.js +++ b/src/popup/app/services/servicesModule.js @@ -1,2 +1,2 @@ angular - .module('bit.services', ['angular-jwt', 'toastr']); + .module('bit.services', ['toastr']);