2017-01-31 13:13:06 +00:00
|
|
|
import {module} from '../module';
|
2017-04-28 13:04:29 +00:00
|
|
|
import './style.css';
|
2017-01-31 13:13:06 +00:00
|
|
|
|
2017-06-15 09:22:47 +00:00
|
|
|
module.component('vnIcon', {
|
2017-06-13 11:08:06 +00:00
|
|
|
template: '<i class="material-icons">{{i.icon}}</i>',
|
|
|
|
bindings: {
|
|
|
|
icon: '@'
|
|
|
|
},
|
|
|
|
controllerAs: 'i'
|
|
|
|
});
|