AngularJS Material: Material Design component library for AngularJS (1.x). Use angular/material2 channel for Angular Material (v2+).
This is my code it's working fine in chrome browser but when i run app with firefox with mobile(ctrl+shift+m) view "hide-sm" not affected please any one guid me anything wrong in this code
<div flex id="content">
<md-content layout="row" layout-sm="column" layout-fill class="md-padding">
<div hide-sm flex="5"> test123 </div>
<div flex-sm="100" flex="90" >
Main content.....
</div>
<div hide-sm flex="5">ABCD</div>
</md-content>
</div>
Hi, i am new to material. But i was testing the grid system. And it seems fine when i use version 0.9.4, but if i update to the latest stable version 0.11.4 the rows and flex'es stop working. Any ideas what I am doing wrong
the code is fairly simple.
<div layout="row">
<div flex>
derp
</div>
<div flex>
Derp2
</div>
</div>