Skip to content

Instantly share code, notes, and snippets.

@unicodeveloper
Created September 12, 2016 16:57
Show Gist options
  • Save unicodeveloper/ef33184236bda6958b0279faaa35b70d to your computer and use it in GitHub Desktop.
Save unicodeveloper/ef33184236bda6958b0279faaa35b70d to your computer and use it in GitHub Desktop.
Cloudinary Blog Post - Part 1
app.filter("trustUrl", ['$sce', function ($sce) {
return function (recordingUrl) {
return $sce.trustAsResourceUrl(recordingUrl);
};
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment