1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/stf/common-ui/badge-icon/badge-icon-directive.js
2016-01-19 23:08:33 +09:00

11 lines
198 B
JavaScript

module.exports = function badgeIconDirective() {
return {
restrict: 'EA',
replace: true,
scope: {
},
template: require('./badge-icon.jade'),
link: function() {
}
}
}