angularjs - How to integrate the Cumulocity DatePicker Directive into existing App? -


i want know if possible integrate existing datepicker directive cumulocity cumulocity app.

currently difficult use own datepicker directive because of older angular version in use.

best regards,
meykel

the datepicker used based on datepicker popup available here. is, however, old version of it.

here basic example of it's use:

<input ng-init="currentdate = new date(); ispopupopen = false"   ng-model="currentdate" datepicker-popup datepicker-append-to-body="false"   show-button-bar="false" show-weeks="false" is-open="ispopupopen"   ng-click="ispopupopen = !ispopupopen"> 

Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -