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 Jun 25, 2024. It is now read-only.
Hi Team,
I used this directive in my application.
After using this I observed controller is loading 2 times.
Code in controller.
$http.get($sce.trustAsResourceUrl(url), {
responseType: 'arraybuffer',
}).then(function (response) {
vm.data = new Uint8Array(response.data);
});
Thanks,
Ravi.K
The text was updated successfully, but these errors were encountered: