You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
camera.takePicture().then(function(fileUri){returnmySuperCoolService(fileUrl)},function(reason){return$q.reject(reason);}).then(function(result){returnresult;// some result processing...});
This is also solves issue that user should manually call $apply as you should do it from services.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This will be much better to use promises in your library.
And instead of:
user may use this:
This is also solves issue that user should manually call $apply as you should do it from services.
The text was updated successfully, but these errors were encountered: