xxxxxxxxxx
<html >
<head>
<meta charset="UTF-8">
<title>ui.sortable connected lists</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://rawgit.com/jasondavies/d3-parsets/master/d3.parsets.css">
</head>
<body>
<div ng-app="sortableApp" ng-controller="sortableController" class="container">
<!-- <h2>ui.sortable connected lists</h2> -->
<div class="floatleft">
<div ui-sortable="sortableOptions" id="list1" class="apps-container screen floatleft" ng-model="list1">
<!-- <div class="app" ng-repeat="app in list1">{{$index}} {{app.title}}</div> -->
<div class="app" ng-repeat="app in list1">{{app}}</div>
</div>
<div ui-sortable="sortableOptions" id="list2" class="apps-container screen floatleft" ng-model="list2">
<div class="app" ng-repeat="app in list2">{{app}}</div>
</div>
<div ui-sortable="sortableOptions" id="list3" class="apps-container screen floatleft" ng-model="list3">
<div class="app" ng-repeat="app in list3">{{app}}</div>
</div>
<div style="clear: both;"></div>
</div>
<!-- <div class="floatright">
<button type="button" ng-click="logModels()">Log Models</button>
<ul class="list logList">
<li ng-repeat="entry in sortingLog" class="logItem">
{{entry}}
</li>
</ul>
</div> -->
<div class="clear"></div>
</div>
<div id="vis_change"></div>
<div id="vis_fit" class="paraGroup floatleft"></div>
<div id="vis_migration" class="paraGroup floatleft"></div>
<div class="clear"></div>
<!-- <div class="options">
<span class="source">Data: <a href="https://www.amstat.org/publications/jse/v3n3/datasets.dawson.html">Robert J. MacG. Dawson</a>.</span>
<span class="curves"><label for="curved"><input type="checkbox" id="curved" ng-module="curved" ngChange="curves()"> Curves?</label></span>
</div> -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.4/angular.min.js"></script>
<script type="text/javascript" src="https://rawgithub.com/angular-ui/ui-sortable/master/src/sortable.js"></script>
<script type="text/javascript" src="https://rawgithub.com/square/crossfilter/master/crossfilter.min.js"></script>
<script type="text/javascript" src="https://d3js.org/d3.v3.js"></script>
<script type="text/javascript" src="https://rawgithub.com/jasondavies/d3-parsets/master/d3.parsets.js"></script>
<script type="text/javascript" src="predata.js"></script>
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript">
</script>
</body>
</html>
Modified http://rawgithub.com/square/crossfilter/master/crossfilter.min.js to a secure url
Modified http://d3js.org/d3.v3.js to a secure url
Modified http://rawgithub.com/jasondavies/d3-parsets/master/d3.parsets.js to a secure url
https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js
https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js
https://ajax.googleapis.com/ajax/libs/angularjs/1.2.4/angular.min.js
https://rawgithub.com/angular-ui/ui-sortable/master/src/sortable.js
https://rawgithub.com/square/crossfilter/master/crossfilter.min.js
https://d3js.org/d3.v3.js
https://rawgithub.com/jasondavies/d3-parsets/master/d3.parsets.js