angularjs-material Questions
8
I'm failing to overwrite the css for <md-progress-linear>.
They have the following code to set the heightof the progress bar in their sass file:
$progress-linear-bar-height: 5px !default;
...
Tashinatashkent asked 18/5, 2016 at 9:54
17
Solved
I'm on Windows 10, with Node 5.6.0 and npm 3.6.0. I'm trying to install angular-material and mdi into my working folder. npm install angular-material mdi errors with:
+-- [email protected]
+...
Revealment asked 2/3, 2016 at 4:9
8
Solved
How do I change md-input-container placeholder color using css in Angular Material? As screenshot below I have phone no. and password textfield. Phone no. textfield has Phone No. and password has P...
Marquardt asked 18/12, 2016 at 6:6
7
Solved
I am following tutorial to put md-tabs in the md-toolbar from here. But, My selected indicator tab is same color as the md-primarywhich make it invisible. Please see the image below.
But, when I...
Inspirational asked 27/11, 2015 at 4:53
7
material-ui and I want to customize it. Unfortunalety my own styles are overwritten by the framework styles. For example when I declare styles for md-toolbar
md-toolbar {
background: red;
}
th...
Epanorthosis asked 17/3, 2015 at 13:56
8
I have an angular material SPA web site that performs very well in Chrome, Firefox and Edge, but it lags massively in IE11.
I am aware of angular material issues with animations and styles in IE11...
Hancock asked 18/10, 2016 at 14:36
1
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...
Cantrip asked 6/11, 2020 at 14:52
3
Solved
I was expecting a in-built directive or a tag for this but probably not according to their documentation.
This is the example.
<div class="radioButtondemoBasicUsage" ng-app="MyApp">
<for...
Plasmagel asked 29/6, 2015 at 11:51
4
I have something like this:
How is it possible to make the line under the "Date of recruitment" and the "down array" adapt to half of the layout as in flex="50" for example. It is pretty easy fo...
Prothesis asked 13/9, 2016 at 10:58
3
Solved
I've got modal form, where I would like to have field with autocompletition in my modal form.
To achieve that, I'm using md-autocomplete from angular-material#1.1.0, which provides such functional...
Notice asked 8/12, 2016 at 21:25
4
I'm trying to build custom directive that will allow me to display questions in survey. Because I have multiple types of questions I thought about creating single directive and change it's template...
Bindle asked 19/2, 2016 at 11:47
3
I'm trying to create a multi item responsive slider in AngularJS. I'm familiar with Owl Carousel (https://owlcarousel2.github.io/OwlCarousel2/) and Slick Slider (http://kenwheeler.github.io/s...
Emmuela asked 27/5, 2017 at 9:53
2
Im using angular material in my web site and when I send the date to my web api, it shows on day before the selected date. For an example if I put in 2016-01-03 then it will send 2016-01-02. How ca...
Disbar asked 28/5, 2016 at 4:8
1
I've implemented an infinite horizontal scroll using md-virtual-repeat. It fetches 25 records each time when needed when I scroll to the right.
<md-virtual-repeat-container flex md-orient-horiz...
Lashanda asked 15/3, 2018 at 18:43
2
I am trying to write CSS for a div, that should apply only when a particular breakpoint is hit, eg. sm, md or lg.
I'm using angular-material (https://material.angularjs.org).
I know that this can...
Vansickle asked 16/6, 2015 at 23:45
9
Solved
I was wondering how to use Material's icons, as this is not working:
<material-icon icon = "/img/icons/ic_access_time_24px.svg"> </material-icon>
I guess there is a problem with th...
Protectionism asked 4/10, 2014 at 11:48
1
Solved
I'm using angularjs (1.x) and angular-material in an electron app. I have two md-selects in a view, and when I try to use it in windows everything works ok. But when I use it in OS X, the md-select...
Soapbark asked 19/9, 2017 at 13:16
4
datepicker of angular material.
i want to keep change format of date picker to dd-mm-yyyy.
angular.module('MyApp')
.controller('AppCtrl', function($scope) {
$scope.myDate = new Date();
$scope.m...
Arrogant asked 7/2, 2017 at 15:38
1
Solved
Please take a look at this codepen
As soon as you click on UseDummy2 btn which does nothing but change the variable on which the md-tabs is repeating on, I loose the $scope.selectedIndex value. Th...
Airscrew asked 24/6, 2017 at 18:26
3
Solved
I am attempting to create an Angular material layout. My goal is to create a page where it fills the entire browser window without creating a vertical scroll bar. At the top of the page is a toolba...
Femur asked 15/4, 2015 at 16:3
0
I have an autocomplete control (Angular Material version 1.1.2) with md-require-match=true and a validation message
<md-autocomplete required
md-no-cache="true"
md-select-on-match = "true"
...
Abolition asked 7/6, 2017 at 17:38
3
AngularJS Material inserts multiple (around 30) style tags with md-theme-style attribute. I guess it's some kind of performance tuning but I would rather do it myself - I don't need an external fra...
Palingenesis asked 12/12, 2015 at 10:24
1
Solved
I am using AngularJS Material and I would like to apply md-colors="" values based on an expression the same way an expression can be used with ng-class="". I have not been able to get this working....
Maximamaximal asked 29/3, 2017 at 16:35
2
Solved
I'm trying to use ngMessages with md-chips angular materials component, but I don't find nothing about it. I've tried this solution, but didn't work,
<md-input-container md-theme="hs-green" fl...
Ivers asked 18/11, 2015 at 18:1
5
Is there as starter project for material angular just like ionic starter project?
I have tried using angular-seed and wire it with material angular but with no luck can anyone help ?
What i basica...
Alkene asked 17/12, 2014 at 12:29
1 Next >
© 2022 - 2024 — McMap. All rights reserved.