From 6281b1d10659327ae7e0b6114a22df7b68c85f1e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 21 Sep 2016 12:04:40 -0400 Subject: [PATCH] remove angular jwt lib --- src/popup/app/app.js | 1 - src/popup/app/services/servicesModule.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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']);