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

14 lines
259 B
JavaScript

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