From 29b0ad03838dedca272eb37df6ab11d567381b84 Mon Sep 17 00:00:00 2001 From: Synox Date: Thu, 7 Jul 2016 17:57:18 +0200 Subject: [PATCH] without $resource --- package.json | 1 - src/app/app.js | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index 297b53a..1fcabba 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "homepage": "https://github.com/synox/disposable-mailbox", "dependencies": { "angular": "^1.5.2", - "angular-resource": "^1.5.2", "angular-sanitize": "^1.5.6", "angular-ui-router": "^1.0.0-beta.1", "angular-ui-bootstrap": "^1.3.3", diff --git a/src/app/app.js b/src/app/app.js index 32a5991..935c410 100644 --- a/src/app/app.js +++ b/src/app/app.js @@ -1,7 +1,6 @@ // Vendor-Imports import angular from 'angular'; import uiRouter from 'angular-ui-router'; -import ngResource from 'angular-resource'; import uiBootstrap from 'angular-ui-bootstrap'; import 'bootstrap/dist/css/bootstrap.css'; import 'babel-polyfill';