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

Commit

Permalink
fix(core): Typo in page-title.client.directives.js (#1343)
Browse files Browse the repository at this point in the history
fix typo in modules/core/client/directives/page-title.client.directives.js

Fixes #1332
  • Loading branch information
aanev authored and lirantal committed May 20, 2016
1 parent e3572d2 commit c61640b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

Expand Down

0 comments on commit c61640b

Please sign in to comment.