Skip to content

Commit

Permalink
Fix for issue #3: WARNING: Tried to load angular more than once
Browse files Browse the repository at this point in the history
  • Loading branch information
ndxbxrme committed Jul 17, 2015
1 parent ab8d845 commit 67f5001
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/templates/material/_bower(bower).json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"tests"
],
"dependencies": {
},
"overrides": {
"angular": {
"main": []
}
}
}
5 changes: 5 additions & 0 deletions app/templates/none/_bower(bower).json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"tests"
],
"dependencies": {
},
"overrides": {
"angular": {
"main": []
}
}
}
5 changes: 5 additions & 0 deletions app/templates/purecss/_bower(bower).json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"tests"
],
"dependencies": {
},
"overrides": {
"angular": {
"main": []
}
}
}

0 comments on commit 67f5001

Please sign in to comment.