/* 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");
});