Questions tagged as 'angular-material'

1
answer

md-dialog - Angular

I use this component to open modal. I use the flex parameter to set the width. How to set the height? <md-dialog aria-label="Detalhe do bem" flex="90" >     
asked by 29.11.2017 / 14:04
0
answers

How to customize the stepper material icons?

Good afternoon. I'm trying to modify the icons that come by default in the design material stepper but I can not find any workable solution. This edit icon I mean. Is there a way to put a custom icon? Another question, is it possible to...
asked by 16.11.2017 / 17:28
1
answer

Angular + Angular Material even without error does not look like anything

When I start my application, there is no error, but nothing appears on the screen. <!DOCTYPE html> <html> <base href="/"> </base> <head> <meta name="viewport" content="width=device-width, initial...
asked by 12.09.2017 / 16:07
1
answer

AngularJS with md.data.table handler?

I have an app with AngularJS using Material Design and md.data.table in the latest version of each Framework (respectively 1.6.4, 1.1 .0 and 0.10.x). In the documentation for md.data.table you can verify that there is a callback function...
asked by 26.05.2017 / 21:03
1
answer

How do I change the color of the md-tab when I press?

I started using Angular Material recently and I'm using tabs. I wish I could change the color of a tab when I am pressing, but I can not. Could someone help me?     
asked by 25.07.2016 / 01:28
0
answers

My description of the top line is not showing up!

    <md-cardng-repeat="classified in classifieds "flex="30"> <!-- cada cartão ocupará 1/3 da página(33) --> <img ng-src="{{classified.image}}" alt=""> <md-card-content> <div class="cl...
asked by 09.07.2016 / 23:31
1
answer

Login Firebase only works by double-clicking the button with ng-click

I'm making a login page with the email and password fields and a button that calls the following function: $scope.login = function(usuario){ $scope.isLoading = true; firebase.auth().signInWithEmailAndPassword(usuario.email, usuario.senha).cat...
asked by 03.06.2016 / 18:02
1
answer

How to leave sidenav and toolbar fixed with angular material

I want to leave fixed sidenav and the toolbar of the Angular Material, and the contents of the application stay on the rest of the page. In my index.html I'm using the ng-view directive to render. I have a page menu.html that is sidenav and toll...
asked by 01.06.2016 / 20:47
2
answers

Problems with navigation bar

Good morning. I have a screen with angular material in which I simulate the flexnav of the design material. andwhenIscrolldownthescrollis: However,justasthescreenloads,itlookslikethis: I'vedonealotofJavascriptandIhavenotbeenabletosolvethispr...
asked by 22.03.2016 / 15:08