Skip to content

Commit

Permalink
Add Angular CDN instead of local because it was causing issues on div…
Browse files Browse the repository at this point in the history
…shot
  • Loading branch information
whitj00 committed Sep 18, 2015
1 parent ea1d1c3 commit 7e79bc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,6 @@ node_modules/
bower_components/
tmp
.DS_Store
.idea
.idea
app/.divshot-cache/
app/divshot.json
2 changes: 1 addition & 1 deletion app/index.html
Expand Up @@ -39,7 +39,7 @@

<!--Libs-->

<script src="bower_components/angular/angular.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap.min.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
Expand Down

0 comments on commit 7e79bc3

Please sign in to comment.