Search code examples
angularjssnap.js

Angular-Snap not functioning


Folks,

I am trying to include angular-snap in my project but for some reason it is not functioning as it should.

I have created a plunkr for the same: http://plnkr.co/edit/sLV087z27H2bpJDm1XIJ

For those who are familiar with angular-snap.. kindly advice what I am missing here ?


Solution

  • I think there might be a bug with <snap-content> as an element. This plunker works as advertised.

    I forked your plunker so everything should be the same. The only change I made was to replace the markup with this:

    <snap-drawer>
      <div>I should be hidden</div>
    </snap-drawer>
    
    <div snap-content>Hello! I'm your main content!</div>