Fixes #46, you can now edit a graph with no title

This commit is contained in:
Torkel Ödegaard
2014-02-01 11:02:24 +01:00
parent 224d2f92c3
commit e77e43faab

View File

@@ -40,7 +40,7 @@ function (angular, $) {
'onStop:\'panelMoveStop\''+
'}" ng-model="row.panels" ' +
'>' +
'{{panel.title}}' +
'{{panel.title || "No title"}}' +
'</span>' +
'</span>'+