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

Commit

Permalink
refactor(ngAria): remove ngAria module because it is not necessary at…
Browse files Browse the repository at this point in the history
… the moment
  • Loading branch information
felixzapata committed Jun 21, 2016
1 parent efd33ec commit 9a8576e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/app.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
angular.module('phonecatApp', [
'ngAnimate',
'ngRoute',
'ngAria',
'core',
'phoneDetail',
'phoneList',
Expand Down
1 change: 0 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-animate/angular-animate.js"></script>
<script src="bower_components/angular-aria/angular-aria.js"></script>
<script src="bower_components/angular-resource/angular-resource.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="app.module.js"></script>
Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9a8576e

Please sign in to comment.