angularic-ionicon
v1.1.1
Published
Angular Icon - Ionicons
Downloads
184
Readme
Angular Icon - Ionicon
A small Angular icon directive for Ionicon.
Icon reference included in the source. index.html
.
Usage
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>
Download
Using NPM
npm install angularic-ionicon
Using Bower
bower install angularic-ionicon