Process all transform functions.

This commit is contained in:
Alexander Zobnin
2016-01-27 22:08:58 +03:00
parent d30ad45b9f
commit 14e55fcbf0
4 changed files with 19 additions and 17 deletions

View File

@@ -261,7 +261,7 @@ define([
};
$scope.targetChanged = function() {
console.log($scope.target.functions);
//console.log($scope.target);
$scope.get_data();
};