Row editor fix: fixed issue when opening row editor when dashboard settings view is opened, Fixes #1688

This commit is contained in:
Torkel Ödegaard 2015-04-02 10:05:33 +02:00
parent 776f15055a
commit 7aa1ab855e

View File

@ -21,6 +21,7 @@ function (angular, app, _, config) {
_.defaults($scope.row,_d);
$scope.init = function() {
$scope.editor = {index: 0};
$scope.reset_panel();
};