pathfinder-ui
Advanced tools
Comparing version 0.1.135 to 0.1.136
@@ -1,2 +0,2 @@ | ||
app.controller('TabBtnsController', function($scope, $state, $mdTabsCtrl){ | ||
app.controller('TabBtnsController', function($scope, $state){ | ||
@@ -7,5 +7,3 @@ //Put the state name of the tabs in the array below. | ||
{name:"The third tab", directive:'tab3'}, | ||
{name:"The fourth tab", directive:'tab4'}]; | ||
$mdTabsCtrl.shouldPaginate = true; | ||
{name:"The fourth tab", directive:'tab4'}] | ||
}) |
// Get JSON data | ||
treeJSON = d3.json("/pathfinder/data", function(error, treeData) { | ||
treeJSON = d3.json("data", function(error, treeData) { | ||
console.log("HI"); | ||
@@ -4,0 +4,0 @@ console.log("TREE DAtA", treeData); |
{ | ||
"name": "pathfinder-ui", | ||
"version": "0.1.135", | ||
"version": "0.1.136", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "preferGlobal": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
110298
0