mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-12 18:53:22 +02:00
fix(core): Typo in page-title.client.directives.js (#1343)
fix typo in modules/core/client/directives/page-title.client.directives.js Fixes #1332
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
function pageTitle($rootScope, $timeout, $interpolate, $state) {
|
||||
var directive = {
|
||||
retrict: 'A',
|
||||
restrict: 'A',
|
||||
link: link
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user