Load network from user
Using a <file-load>
directive a user can upload his own network:
<div ng-app="networkApp" ng-controller="networkCtrl">
<file-load"></file-load>
<aspect-selector></aspect-selector>
<force-layout></force-layout>
</div>
You can find couple of example networks in the data folder of our repository. Also, you can create your own network files using output generated by <network-dump>
directive which is explained here.