mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-08-05 01:29:09 +02:00
fix(core): fix page-title directive (#1405)
fix Eslint throws "Move the invocation into the parens that contain the function wrap-iife" fix typo retrict -> restrict
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
function pageTitle($rootScope, $interpolate, $state) {
|
||||
var directive = {
|
||||
retrict: 'A',
|
||||
restrict: 'A',
|
||||
link: link
|
||||
};
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
})();
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user