UNPKG

lcars-dash

Version:
14 lines (12 loc) 305 B
/* Cytoscape: * http://js.cytoscape.org/ * * Cytoscape-Cola: * https://github.com/cytoscape/cytoscape.js-cola * * Cola: * http://marvl.infotech.monash.edu/webcola/ */ angular.module("lcars").controller("graph", function($scope, lcSystem, lcSounds) { lcSounds.play("button"); });