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

Commit

Permalink
fix(core): fix page-title directive (#1405)
Browse files Browse the repository at this point in the history
fix Eslint throws "Move the invocation into the parens that contain the function wrap-iife"
fix typo retrict -> restrict
  • Loading branch information
itelo authored and mleanos committed Jul 22, 2016
1 parent 8287537 commit d5a29f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/client/directives/page-title.client.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

function pageTitle($rootScope, $interpolate, $state) {
var directive = {
retrict: 'A',
restrict: 'A',
link: link
};

Expand All @@ -29,4 +29,4 @@
}
}
}
})();
}());

0 comments on commit d5a29f7

Please sign in to comment.