Closed vdevappa closed 7 years ago
The HTML to do this is:
`
</div>`
Similar to what is mentioned in another case, you need to add the configuration as shown below:
//https://github.com/indrimuska/angular-moment-picker/issues/206 app.config(['momentPickerProvider', function (momentPickerProvider) { momentPickerProvider.options({ hoursFormat: 'LT', minutesFormat: 'LT' }); }]);
I did not find an easy way to do this and spent some time figuring out how to do this.