I am using angular-openlayers-directive , and I want to show a form and get inputs from the form.
I tried changing the label message to form template, but instead of form only a small pop up is being shown which contains nothing.
label: {
message: '<input type="number" />'
}