1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
OpenSTF/res/app/components/stf/common-ui/nice-tabs/nice-tab-directive.js
2014-09-02 17:25:22 +09:00

12 lines
236 B
JavaScript

// Declarative syntax not implemented yet
module.exports = function niceTabDirective() {
return {
restrict: 'E',
replace: true,
scope: {
},
template: require('./nice-tab.jade'),
link: function () {
}
}
}