I have the following:
<div layout="row">
<span>Left side</span>
<span flex/>
<span>Right side</span>
</div>
where the middle <span flex/>
would push the "Right side" to the right. This works great on Chrome, Safari, Firefox, IE11 but not IE10.
The flex attribute from Angular Material looks like to have added the -ms
specifics but obviously not working for IE10.
Any suggestions?