diff --git a/src/popup/app/app.js b/src/popup/app/app.js index 0adffc45..397e3641 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 e928537f..7dd2772d 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']);