Posts by Marcelo.S • 68 points
4 posts
-
2
votes2
answers319
viewsA: Add title when hovering over event
Good morning! I already had to do this in an old project I did. Follow the code, I hope it helps. : D eventMouseover: function (calEvent, jsEvent) { var data = new Date(calEvent.data); //formatar…
-
1
votes2
answers226
viewsA: Angular Datepicker - Prev and Next
Try using the jquery click event without indicating ng-controller or div. Ex: $('.uib-left'). click();
-
2
votes1
answer126
viewsQ: Problems $Scope mdDialog Angularjs
Good morning guys! I’m having trouble passing an array to an Md-dialog. Clicking an edit button sends the array in $Scope via locals to the Md-dialog controller, so I can change the data and save…
-
0
votes0
answers22
viewsQ: Duplicate Md-chips Angularjs
I have 2 input elements with autocomplete where through these I select the items that come from the bank and are transformed into chips. Both fields provide the same information that comes from the…