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:
itelo
2016-07-22 02:05:41 -03:00
committed by Michael Leanos
parent 828753715f
commit d5a29f7acc

View File

@@ -8,7 +8,7 @@
function pageTitle($rootScope, $interpolate, $state) {
var directive = {
retrict: 'A',
restrict: 'A',
link: link
};
@@ -29,4 +29,4 @@
}
}
}
})();
}());