fix adding func from typeahead, closes #468
This commit is contained in:
@@ -47,7 +47,7 @@ angular
|
||||
}
|
||||
|
||||
$scope.$apply(function() {
|
||||
$scope.addFunction(funcDef);
|
||||
$scope.ctrl.addFunction(funcDef);
|
||||
});
|
||||
|
||||
$input.trigger('blur');
|
||||
|
||||
Reference in New Issue
Block a user