Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
added dependencies and warning fix (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janice Patricia authored and denis-yuen committed Jun 28, 2016
1 parent dd405a3 commit d7cc16f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<script src="bower_components/angular-local-storage/dist/angular-local-storage.js"></script>
<script src="bower_components/AngularJS-Toaster/toaster.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="bower_components/lodash/lodash.js"></script>
<script src="bower_components/angular-highlightjs/build/angular-highlightjs.js"></script>
<script src="bower_components/marked/lib/marked.js"></script>
<script src="bower_components/angular-marked/angular-marked.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/workflowdagview.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<span class="glyphicon glyphicon-warning-sign"></span>&nbsp;
DAG cannot be created because this workflow is missing some required tools.
</div> -->
<div id="cy"></div>
<div id="cy" ng-show="dagJson !== null"></div>
</div>
</div>
4 changes: 4 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"angular-local-storage": "~0.2.3",
"AngularJS-Toaster": "angularjs-toaster#~0.4.15",
"angular-bootstrap": "~0.14.2",
"graphlib": "^1.0.5",
"cytoscape" : "~2.7.3",
"dagre" : "~0.7.4",
"cytoscape-dagre" : "~1.1.2",
"jquery": "~2.1.4",
"angular-highlightjs": "~0.4.3",
"angular-marked": "~0.0.21",
Expand Down

0 comments on commit d7cc16f

Please sign in to comment.