fix adding func from typeahead, closes #468

This commit is contained in:
Alexander Zobnin
2019-12-26 17:30:13 +03:00
parent 1e6ca2d518
commit 90a9115958

View File

@@ -47,7 +47,7 @@ angular
} }
$scope.$apply(function() { $scope.$apply(function() {
$scope.addFunction(funcDef); $scope.ctrl.addFunction(funcDef);
}); });
$input.trigger('blur'); $input.trigger('blur');