Closed wywywywy closed 6 years ago
At the moment you can input a Date to the pfBootstrapDatepicker, but it has no output because it is a one way binding, so this does not make the component very useful.
It should have an onUpdate & binding to a callback to the parent.
bindings: { onUpdate: '&' }
Or am I missing something?
At the moment you can input a Date to the pfBootstrapDatepicker, but it has no output because it is a one way binding, so this does not make the component very useful.
It should have an onUpdate & binding to a callback to the parent.
Or am I missing something?