Yes, you just need to use angular.element to get an element that’s within the scope of your controller:
angular.element("yourElement").scope().save();
Yes, you just need to use angular.element to get an element that’s within the scope of your controller:
angular.element("yourElement").scope().save();