This commit is contained in:
Rashid Khan 2013-09-19 13:54:34 -07:00
parent 77e80fa68b
commit 04db0fd4db

View File

@ -427,7 +427,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
scope.plot = $.plot(elem, scope.data, options);
} catch(e) {
elem.text(e);
console.log(e);
}
}