Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 1bcc945

Browse files
committed
refactor(ngAria): remove ngAria module because it is not necessary at the moment
1 parent b709689 commit 1bcc945

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/app.module.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
angular.module('phonecatApp', [
55
'ngAnimate',
66
'ngRoute',
7-
'ngAria',
87
'core',
98
'phoneDetail',
109
'phoneList'

app/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<script src="bower_components/jquery/dist/jquery.js"></script>
1111
<script src="bower_components/angular/angular.js"></script>
1212
<script src="bower_components/angular-animate/angular-animate.js"></script>
13-
<script src="bower_components/angular-aria/angular-aria.js"></script>
1413
<script src="bower_components/angular-resource/angular-resource.js"></script>
1514
<script src="bower_components/angular-route/angular-route.js"></script>
1615
<script src="app.module.js"></script>

bower.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"dependencies": {
99
"angular": "1.5.x",
1010
"angular-animate": "1.5.x",
11-
"angular-aria": "1.5.x",
1211
"angular-mocks": "1.5.x",
1312
"angular-resource": "1.5.x",
1413
"angular-route": "1.5.x",

0 commit comments

Comments
 (0)