I\'m having some troube figuring things out with AngularJS Material, I was wondering if anyone knew why the folling piece of code:
I don't think the layout-fill
will work as you intend in this case because the md-tab specifies a header and content, whereas I think you want the content to expand to fill the parent.
You might want to try adding the md-dynamic-height
option to the md-tabs
directive which should force angular-material to set a consistent height to the tab(s).