A small Angular icon directive for Ionicon.
Icon reference included in the source. index.html
.
Simply add attribute icon
or icon-a
to add icon.
<!-- In :before -->
<a class="button" icon="apple"></a>
<!-- In :after -->
<a class="button" icon-a="android"></a>
Using NPM
npm install angularic-ionicon
Using Bower
bower install angularic-ionicon