angular-img-http-src
angular-img-http-src copied to clipboard
Results
5
angular-img-http-src issues
Sort by
recently updated
recently updated
newest added
Hi, thanks for your directive. I am considering using this in a system that uses `` to stream multipart JPEG images from cameras. It is an open source home security...
Hello there, I've modified your code to complete it if an error it occurs. `(function () { 'use strict'; /*global angular, Blob, URL */ angular.module('angular.img', [ ]).directive('httpSrc', ['$http', function ($http)...