mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:53:28 +02:00
Fix all res/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// TODO: Test this
|
||||
module.exports = function () {
|
||||
return function (scope, element, attrs) {
|
||||
scope.$watch(attrs.pageVisible, function () {
|
||||
element.bind('load', function () {
|
||||
module.exports = function() {
|
||||
return function(scope, element, attrs) {
|
||||
scope.$watch(attrs.pageVisible, function() {
|
||||
element.bind('load', function() {
|
||||
scope.$apply(attrs.pageLoad)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user