Questions tagged [angularjs-material]

Use this tag for any question related to "AngularJS Material", the material design framework for AngularJS. Do not use this tag for Angular Material, the newer library designed for use with Angular v2+. Use the angular-material tag instead.

The AngularJS Material project is an implementation of Material Design in AngularJS. It provides a set of reusable, well-tested, and accessible UI components based on the Material Design system.

Asking a question

Note: If you're asking a question concerning Angular Material (for Angular v2+), please use the tag instead.

More info and links about the project

505 questions
2
votes
0 answers

angularjs material doesn't import scss styles

I'm working with angularjs material, in angularjs 1.7.0 I need a multiple select input with autocomplete function, so I'm using material chips. The problem is that the styles are not being imported. This is the code I'm using: the module: import…
Andres Gardiol
  • 1,312
  • 15
  • 22
2
votes
1 answer

fieldset breaks my flex layout in angularjs-material

My problem is best shown by looking at two code examples: The first one works fine when leaving out the fieldset The second example shows that when the fieldset is active, the long text will move the layout out of the window. (in full page…
Xtroce
  • 1,749
  • 3
  • 19
  • 43
2
votes
1 answer

How to compile/add HTML inside md-tooltip

I am trying to add HTML inside an md-tooltip but haven't had any luck, even with ng-bind-html. Without using ng-bind-html, the tooltip outputs: Some html<br> <strong>card</strong>. With it, my HTML outputs as a string: Some…
2
votes
2 answers

AngularJS How to force DOM update after setTimeout

The code block below waits for a timeout, then performs an HTTP request with a promise, then changes an Angular Material scope variable based on the response. It is called during with an ng-change on an input field. I also have an element with…
Christopher Waugh
  • 441
  • 1
  • 4
  • 15
2
votes
1 answer

mat-radio-button not working

I am creating an app using angular js material. I have included date picker properly, but unable to add mat-radio-button, I don't know why it's not showing. this is my HTML page …
2
votes
1 answer

Angularjs: Tinymce is not working inside md-dialog

I am working on a project with angularJs. It is working fine. I am using Angularjs Material and tinymce. Both also works fine. But whenever I try to create tinymce inside a material dialog md-dialog. The tinymce is not editable. It is just…
2
votes
1 answer

Change colors for AngularJS Material in CSS?

I have tried to change the color of the text in input in AngularJS Material with CSS but somehow haven't got it to work. What am I doing wrong? This is my input field:
förschter
  • 740
  • 1
  • 7
  • 24
2
votes
0 answers

AngularJS material - set parent div for

I'm using AngularJS material 1.1.8. And I have a md-select element with md-option that uses ng-repeat to populate the list items:
Shoham Ben-Har
  • 317
  • 1
  • 4
  • 16
2
votes
1 answer

How get a result for sole cell without repeat from angular material dialog window?

I have some workig code which allows pass data from dialog window in the table. For one row it work well. But if I want to add some rows in table I get result for several columns at once. How can I get a result for a sole cell without repeat if I…
alexeyll
  • 25
  • 7
2
votes
1 answer

ServiceNow: accessing widget option schema in mdDialog

I've cloned the OOTB widget-form, named it widget-form-md, and created an additional option schema for hideRelatedLists: I have a separate widget that is embedding my cloned widget-form-md and hope to display it via a Material Design modal. My…
Dave
  • 1,257
  • 2
  • 27
  • 58
2
votes
3 answers

Need content to grow to same height

I'm using AngularJS Material and am running into an issue trying to get md-cards to be the same height. On the screen, the cards are the same height, but I really only want the content portion to grow to fill in the free space. Below you can see…
Dave
  • 1,257
  • 2
  • 27
  • 58
2
votes
1 answer

md-select multiple is displaying selected options one below the other

I am using angularjs material 1.1.0. In the md-select with multiple=true, the selected options are being displayed one below the other like: When I look at the HTML created, somehow an extra div is being added to the multiple select html as show…
Maverik
  • 411
  • 4
  • 22
2
votes
3 answers

AngularJS Material vs Angular Material

I'm a bit confused what the difference is between AngularJS Material (https://material.angularjs.org) versus Angular Material (https://material.angular.io/)?
Dave
  • 1,257
  • 2
  • 27
  • 58
2
votes
0 answers

date picker style issue with chrome versions :

Date picker style issue with chrome versions: I use Angular version 1.4 and chrome version 62 it works fine.
HMZ
  • 129
  • 1
  • 4
2
votes
1 answer

How to make md-chips overflow horizontally?

When exceeding the length of the input, the md-chips creates a new line. I'd like the chips to continue always in one single line and the input to overflow horizontally just as a normal text input. How to achieve this? This answer is not working for…
filipetrm
  • 523
  • 6
  • 13