Output loaded network
Using a <network-dump>
directive you can output the json that generated the network:
<div ng-app="networkApp" ng-controller="networkCtrl">
<aspect-selector></aspect-selector>
<force-layout initial-url="data/trade-network-onelayer.json" show-all="true"></force-layout>
<network-dump></network-dump>
</div>