Skip to content

Commit

Permalink
fixated angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianseeger committed Jun 30, 2014
1 parent c11bf60 commit 0fe3d19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion web/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<!-- bower:js -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/json3/lib/json3.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="bower_components/angular-resource/angular-resource.js"></script>
<script src="bower_components/angular-cookies/angular-cookies.js"></script>
Expand All @@ -93,10 +94,10 @@
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="bower_components/ng-file-upload/angular-file-upload.js"></script>
<script src="bower_components/jquery-ui/ui/jquery-ui.js"></script>
<script src="bower_components/highcharts-ng/dist/highcharts-ng.js"></script>
<script src="bower_components/highcharts-release/highcharts.js"></script>
<script src="bower_components/highcharts-release/highcharts-more.js"></script>
<script src="bower_components/highcharts-release/modules/exporting.src.js"></script>
<script src="bower_components/highcharts-ng/dist/highcharts-ng.js"></script>
<!-- endbower -->
<!-- endbuild -->

Expand Down
5 changes: 4 additions & 1 deletion web/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"angular-mocks": "1.2.16",
"angular-scenario": "1.2.16"
},
"appPath": "app"
"appPath": "app",
"resolutions": {
"angular": ">=1"
}
}
4 changes: 3 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.0.0",
"dependencies": {
"bower": "^1.3.5",
"grunt-cli": "^0.1.13"
"grunt-cli": "^0.1.13",
"inherits": "^2.0.1",
"minimatch": "^0.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit 0fe3d19

Please sign in to comment.