Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 892 Bytes

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 892 Bytes

Build Status

angular-vissense

Angular directives for VisSense.js.

  <div vissense-monitor
      on-hidden="state = 'hidden'"
      on-visible="state = 'visible'"
      on-fullyvisible="state = 'fully visible'">
      
    this element is currently {{ state }}
    <!-- more important content here -->
    
  </div>

Contribute

Clone Repository

git clone https://github.com/vissense/angular-vissense.git

License

The project is licensed under the MIT license. See LICENSE for details.