Posts by Ricardo Aquino • 1 point
3 posts
-
0
votes1
answer26
viewsA: ngMaterialDateRangePicker does not update the model
Solved! I needed to declare the field model that will receive the calendar as an object, so that, selecting the dates, the model is updated.
-
0
votes1
answer30
viewsA: Help with Z-index in 3 elements
As stated in the comment, it is not possible to reproduce the error 100%; But, by the image, it should be the z-index of . menu-vertical and the div in which is the element of the " + new…
-
0
votes1
answer26
viewsQ: ngMaterialDateRangePicker does not update the model
I am trying to use ngMaterial’s date range Picker, but without success.. for some reason it is not updating the model. I made the call on JS: angular.module('events-create', [ 'ngMaterial',…