Close date picker once date is selected

This commit is contained in:
AndyButland
2014-09-27 22:23:49 +02:00
parent 110521f0d8
commit 518353c877

View File

@@ -26,6 +26,8 @@ function dateTimePickerController($scope, notificationsService, assetsService, a
$scope.model.value = e.localDate.toIsoDateString();
}
}
$element.find("div:first").datetimepicker("hide");
});
}