From 9a8576ea28626e02c2c40897b5e4eda4a76eb26f Mon Sep 17 00:00:00 2001 From: Felix Zapata Date: Tue, 21 Jun 2016 08:57:57 +0200 Subject: [PATCH] refactor(ngAria): remove ngAria module because it is not necessary at the moment --- app/app.module.js | 1 - app/index.html | 1 - bower.json | 1 - 3 files changed, 3 deletions(-) diff --git a/app/app.module.js b/app/app.module.js index 8647c7ee7..ab6d353ee 100644 --- a/app/app.module.js +++ b/app/app.module.js @@ -4,7 +4,6 @@ angular.module('phonecatApp', [ 'ngAnimate', 'ngRoute', - 'ngAria', 'core', 'phoneDetail', 'phoneList', diff --git a/app/index.html b/app/index.html index e92c539f2..b10570885 100644 --- a/app/index.html +++ b/app/index.html @@ -10,7 +10,6 @@ - diff --git a/bower.json b/bower.json index 1c2aa9ba5..08280c3de 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,6 @@ "dependencies": { "angular": "1.5.x", "angular-animate": "1.5.x", - "angular-aria": "1.5.x", "angular-mocks": "1.5.x", "angular-resource": "1.5.x", "angular-route": "1.5.x",