Ability to post validation from client service
This commit is contained in:
6
dist/spring-flo.js
vendored
6
dist/spring-flo.js
vendored
@@ -29893,6 +29893,12 @@ define('controllers/graph-editor',['require','angular','joint','jquery','common/
|
||||
|
||||
$scope.flo._handleNodeDropping = handleNodeDropping;
|
||||
|
||||
$scope.flo._postValidation = function(ids) {
|
||||
$timeout(function() {
|
||||
postValidation(ids);
|
||||
});
|
||||
};
|
||||
|
||||
}];
|
||||
});
|
||||
|
||||
|
||||
2
dist/spring-flo.min.js
vendored
2
dist/spring-flo.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1721,5 +1721,11 @@ define(function(require) {
|
||||
|
||||
$scope.flo._handleNodeDropping = handleNodeDropping;
|
||||
|
||||
$scope.flo._postValidation = function(ids) {
|
||||
$timeout(function() {
|
||||
postValidation(ids);
|
||||
});
|
||||
};
|
||||
|
||||
}];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user