angular-material-sidemenu
angular-material-sidemenu copied to clipboard
SVG icon not showing
Hi, I was using the svg icon and it wasn't work.
I realised that it was simple, I changed this line
md-svg-icon="$mdSidemenuContent.svgIcon"
for this
md-svg-icon="{{$mdSidemenuContent.svgIcon}}"
But I don't know exactly how to generate a new build. I should I do?
Would be great to get this merged!
+1, hope this will get merged soon