I'm trying to make the auto-resize directive work but i have an unexpected behavior when the width of the container is shrinking. The ui-grid is not shrinking (it works on expand).
Here is a plunker of my app layout with the problem i'm facing :
http://plnkr.co/edit/IjV4RbEQmkJFBH5t?preview
If i add a width: 100% !important
to the grid
class the grid start expanding without ever stopping.
Do i have to rewrite the auto-resize directive or is there an other way with css ?