testing, testing, 1, 2, 3

This commit is contained in:
Shelby Sturgis 2014-05-07 10:11:53 -07:00
parent 7b8f0b2c5b
commit 5a058b0d82

View file

@ -20,7 +20,7 @@ define(function (require) {
});
$scope.$watch('data', function (data) {
if (!_.isUndefined(data)) {
if (data != null) {
myChart.render(data);
}
});