1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Moving away from ionic to pure angular for popup. Setup gulpfile and some tasks

This commit is contained in:
Kyle Spearrin
2016-09-07 18:51:36 -04:00
parent 4092e2ecc3
commit 68f87b67b0
10 changed files with 152 additions and 14 deletions

View File

@@ -1,2 +1,2 @@
angular
.module('bit.services', ['ngResource', 'angular-jwt']);
.module('bit.services', ['angular-jwt']);