yangAyong
Results
2
comments of
yangAyong
> @mgds sanitize the images > In angularJS for example --> > $compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|ftp|file|blob|ionic):|data:image//); one error,“image//”,should be $compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|ftp|file|blob|ionic):|data:image/);
it's ok , thank you!