I am currently using generator-gulp-angular with angular-material-design and ui-router
All views are loaded into index.html in the <div ui-view></div>
element
However, when I attempt to center the element with material design directives inside it, the content is not centered
Here is an example of what I need: http://plnkr.co/edit/LsXikk
But this is what I actually get: http://plnkr.co/edit/9LzHzE
I hope that I have explained myself clearly
update: I cannot modify the element with ui-view because other views will be loaded inside it