1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

Fix jshint error

This commit is contained in:
Anthony Lapenna 2016-06-08 19:15:47 +12:00
parent da453a6b7c
commit 4e1a7077d7

View file

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