SVG and ng-bind-html is not working on IOS using Ionic Framework
问题 I am struggling to get my little ionic app to show an SVG file in IOS using the IonicFramework. It works in the browser and also on Android 5.0 but when I try it out in IOS my flag does not appear. If i add the flag hardcoded into the html the flag appears as it should... Hmm what am i doing wrong?? The example is based on a new Ionic project using the blank template... JS snippet: .controller('myCtrl', function($scope) { var flag='<polygon points="0 0,0 60,120 40,120 20" fill="white" />