ng-camera icon indicating copy to clipboard operation
ng-camera copied to clipboard

Help Wanted - Acces getSnapshot function

Open AlbertSanIza opened this issue 10 years ago • 1 comments

Is there any way I can trigger the get Snapshot function outside the provided template?

for example

$scope.MyOwnFunction = function() {

SomeHow.getSnapshot();

};

AlbertSanIza avatar Sep 22 '15 19:09 AlbertSanIza

Hi @AlbertSanIza, It's currently not possible, the best way will be to have a service that can be shared. This is some work to do, may be in the next version.

bcabanes avatar Sep 23 '15 00:09 bcabanes