0
I have a problem... I need you to have a very simple calendar on my application. I was able to find only those who need an input, as the example below.
<input class="teste">
and
$('.teste').pickadate({});
But in the precise case I stayed open right on a div
Some references: https://github.com/g00fy-/angular-datepicker; https://www.npmjs.com/package/angular-datepicker; https://ng-bootstrap.github.io/#/Components/datepicker/examples; An example: http://fiddle.net/kGGC/3413/
– Netinho Santos
I don’t understand your question, but there are libraries ready for calendar, materialize is a good example or you can search by datepicker. https://material.angularjs.org/latest/demo/datepicker
– Rodrigo Bruno de Oliveira