mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
All JSHint trough webpack passes now.
This commit is contained in:
parent
176bd002da
commit
ce604d8211
21 changed files with 395 additions and 413 deletions
|
@ -4,11 +4,9 @@ module.exports = function niceTabDirective() {
|
|||
restrict: 'E',
|
||||
replace: true,
|
||||
scope: {
|
||||
|
||||
},
|
||||
template: require('./nice-tab.jade'),
|
||||
link: function (scope, element, attrs) {
|
||||
|
||||
link: function () {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue