Fix jshint error

pull/11/head
Anthony Lapenna 2016-06-08 19:15:47 +12:00
parent da453a6b7c
commit 4e1a7077d7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ angular
var directive = {
requires: '^rdHeader',
scope: {
title: '@',
title: '@'
},
transclude: true,
template: '<div class="page">{{title}}</div>',