Ionic with svg

ionic with svg … the svg file not showing in ionic view and emulator but it work in browser and ionic serve

that’s my code

app.controller('HomeCtrl', function($scope, $ionicPlatform) { var s = Snap("#svglogo"); Snap.load("../img/15minlogo.svg", function(data){ console.log("Load 15min svg logo"); alert("Load 15min svg logo"); s.append(data); }); });

can any one help thanks…