zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

fz-icon not rendering #766

Closed subpublic closed 8 years ago

subpublic commented 8 years ago

Hi

I'm trying to use the icons within a angular project. Inserting html after ajax request. I'm using code straight from the docs.

<img zf-iconic="" icon="thumb" size="small" class="iconic-color-primary">

I'm guessing this should be rewritten by javascript into some svg. But inspecting the code, it looks exactly like this. And no icons are showing. Do I need to run some extra javascript after the html i inserted? I'm not getting any javascript or network errors. I'm compiling the scss myself with grunt, but not changing any variables.

subpublic commented 8 years ago

Sorry, just forgot to include the javascript!