Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit d5a29f7

Browse files
itelomleanos
authored andcommitted
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
1 parent 8287537 commit d5a29f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/client/directives/page-title.client.directive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
function pageTitle($rootScope, $interpolate, $state) {
1010
var directive = {
11-
retrict: 'A',
11+
restrict: 'A',
1212
link: link
1313
};
1414

@@ -29,4 +29,4 @@
2929
}
3030
}
3131
}
32-
})();
32+
}());

0 commit comments

Comments
 (0)