Skip to content

Commit

Permalink
set object property type to non-divisible
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothman committed Aug 3, 2017
1 parent 1431a9c commit 42a3493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/controllers/assets/ObjectController.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ angular.module("omniControllers")
$scope.tokenMin = 0;
$scope.tokenMax = "9223372036854775807";
$scope.issuerData = {};
$scope.propertyDetails = { propertyType: 2, propertyCategory: 'Object' };
$scope.propertyDetails = { propertyType: 1, propertyCategory: 'Object' };
$scope.ecosystem = 2;

// $scope.setEcosystem = function (ecosystem) {
Expand Down

0 comments on commit 42a3493

Please sign in to comment.