mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
JSHint fixes.
This commit is contained in:
parent
4bb0c4cb82
commit
f0b111cdf6
4 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ module.exports = function errorMessageDirective() {
|
|||
message: '@'
|
||||
},
|
||||
template: require('./error-message.jade'),
|
||||
link: function (scope, element, attrs) {
|
||||
link: function (scope) {
|
||||
scope.closeMessage = function () {
|
||||
scope.message = ''
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue