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>- Issue Tracker: https://github.com/vissense/angular-vissense/issues
 - Source Code: https://github.com/vissense/angular-vissense
 
git clone https://github.com/vissense/angular-vissense.git
The project is licensed under the MIT license. See LICENSE for details.