Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

angularify.semantic.popup

angularify.semantic.popup - popup directive for angular.js.

Usage

<i class="heart circular icon hover" 
   popup="{title : 'Hello this is content', 
           content : 'Popup content', 
           position: 'bottom', 
           size: 'small'}"></i>

position - can be: bottom, top, right or left.

size - can be: small or large.

Contribution

  1. Fork main repository.
  2. Make changes.
  3. Create issue.
  4. Send pull request.
  5. Thank you.

TODO

  1. Add animation.