jtrussell / angular-snap.js

AngularJS directive for snap.js
http://jtrussell.github.io/angular-snap.js/
MIT License
700 stars 67 forks source link

how can I limit the size of the drawer? #90

Closed bleekbless closed 9 years ago

bleekbless commented 9 years ago

I want to set a limit size for the sidebar drawer, how can I do that ?

jtrussell commented 9 years ago

You'll want to set the minPosition and maxPosition settings and also override the width assigned to the .snap-drawer class (defaults to 265px).

bleekbless commented 9 years ago

thanks you