Posts by Ricardo Aquino • 1 point
3 posts
- 
		0 votes1 answer26 viewsA: ngMaterialDateRangePicker does not update the modelSolved! 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 elementsAs 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 modelI 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',…