jtrussell / angular-snap.js

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

Snap-drawer show when page loads #98

Closed bleekbless closed 9 years ago

bleekbless commented 9 years ago

I'm building an app with PhoneGap and I am using Angular-Snap and when the app loads the Snap-drawer always shows first, I want to the Snap-Content to be seen first

jtrussell commented 9 years ago

Is your code somewhere I can see? How are you including the angular snap (and snap.js if necessary) styles in your app?

bleekbless commented 9 years ago

yes I commit it to github, here lookbook I tried to set the snap-Content z-index to 9000 but snap drawer still showing first

jtrussell commented 9 years ago

You had a handful of modifications to the angular-snap styles - it seemed like things worked as expected for me when I replaced the stylesheets/scripts in your repo with the most recent build (without modification). Would you mind trying with the most recent version?