503 questions
-1
votes
1
answer
149
views
AngularJs Material textarea performance issue
Im using a form that contains a more than 40-50 textareas,
when the
md-no-autogrow option is enabled which it is by default,this causes a huge performance issue.
Function responsible
https://github....
0
votes
1
answer
59
views
Select radio button should not select entire row on md-data-table angularjs?
I have the data table and when I select a radio button, the entire table row gets selected.
below is my code
Expectation:
When I select the radio button it should not select the table row.
Demo
could ...
0
votes
1
answer
1k
views
Angularjs-Material md-datepicker when using ng-model-options="{timezone: 'UTC'}" input box displayed in local time zone date
Angularjs-Material v. 1.2.4
Both issue can be reproduced using this demo sample: https://jsfiddle.net/Drasius/z51vgqr6/27/
Angularjs-Material md-datepicker when using ng-model-options="{timezone: ...
0
votes
0
answers
40
views
Use arbitrary, dynamic HTML for $mdDialog contents
I want to be able to render and display any HTML (even containing javascript), coming from my server, in a dialog popup.
I am using a bunch of different combinations of $compile(...html from server)($...
0
votes
1
answer
343
views
AngularJs form - How to watch for input events?
I want to be able to trigger a function that when one of the form's inputs (not a specific one) is being clicked or focused (doesn't really matters)... then to set a background color for the model ...
0
votes
0
answers
75
views
How to make selected option show first in options?
I am using Material in AngularJs. And I have noticed that when ng-model has a value which lies after a few options, the select opens above the wanted place.
Is there any way to fix that?
Here is a ...
0
votes
1
answer
175
views
how to pass data from directive to app.config
I have a directive widget and instead of setting theme statically in code, I wanna declare my theme color dynamically in this widget directive as with the attribute name theme and pass it to app....
4
votes
1
answer
362
views
How to create a popup element to be over md-dialog?
I'm using AngularJs 1.7, and i've created a dropdown element that i want to add it to md-dialog, the problem is that my element (my-popup) always remains in the limits of the md-dialog - like in here
...
6
votes
1
answer
185
views
AngularJS Material ng-input-container resets time
My goal is to have a single model for date and time.
Unfortunately I haven't found a stable date-time-picker component for AngularJS Material, so I'm using two elements sharing same model: standard md-...
1
vote
0
answers
790
views
window.history.back() takes two clicks to go back
Here is my primary Route (route 1):
http://myportal.fakedomain.com:8080/src/#/dashboard
Now from this route, I'm going to a static route(using a button and sending query params) (route 2)
http://...
0
votes
0
answers
143
views
ng-materials md-select change style to look like bootstrap dropdown
I am using angularjs and ng-material in my project. I want to make md-select dropdown look like bootstrap dropdown. Attached the dropdown link for the Reference.. I have added animations and it ...
0
votes
1
answer
149
views
Which AngularJs Material component can be used to show stacked messages with collpase/expand support
I have to show stacked messages in angularjs application in similar way we show multiple notification on mobile with support of collapse/expand feature.
Need to figure out which angularjs material ...
0
votes
1
answer
751
views
Open multiple bottom sheet - stacked one above another using $mdBottomSheet
am using Angularjs $mdBottomSheet to open bottom sheet above app. I can open one bottom sheet but when tried to open another, old one is replaced by new one or overlapped. I want to show bottom sheet ...
0
votes
1
answer
229
views
Why my "code" HTML element doesn't have the design set by AngularJS Material?
In AngularJS Material's official site, I tried this demo on my laptop: AngularJS Material | Custom Separator Keys. Everything's good except for my <code> HTML element tag that doesn't get the ...
0
votes
0
answers
119
views
Why when I append an element does it have no styles?
I have a list displayed in a div with angular ng-view, when loading the page the list items are added like this
var activedates = [];
var folder = "/sdcard/.JWHelper";
var txtlist = app....