Community login and other support tools will be unavailable Saturday May 3rd 9:00 am to 3:00 pm (EST) due to planned maintenance. Learn More
It should actually work:
But it should be better to group the both function in the js code - function defintion
$scope.app.myNewFunction= function(){
$scope.setSequnece("sequence1");
//or $scope.app.setSequnece("sequence1");
// if defintion in app
$sope.B1();
}
and then call app.myNewFunction(); in UI
It should actually work:
But it should be better to group the both function in the js code - function defintion
$scope.app.myNewFunction= function(){
$scope.setSequnece("sequence1");
//or $scope.app.setSequnece("sequence1");
// if defintion in app
$sope.B1();
}
and then call app.myNewFunction(); in UI