Commit e77e43fa by Torkel Ödegaard

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

parent 224d2f92
......@@ -40,7 +40,7 @@ function (angular, $) {
'onStop:\'panelMoveStop\''+
'}" ng-model="row.panels" ' +
'>' +
'{{panel.title}}' +
'{{panel.title || "No title"}}' +
'</span>' +
'</span>'+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment