Skip to content

clearcodeangularjs/cc-popoverTemplate-directive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clearcode popover directive

Creates bootstrap popover with template with controller

Installation

bower install clearcodeangularjs/cc-popoverTemplate-directive --save

Usage

Add cc.popoverTemplate.directive module to your app module list :

angular
    .module('yourAwesomeApp', [
        'cc.popoverTemplate.directive'
    ]);

and you are ready to go!

How to use :

add container to html

<div class="popover-header-wrapper2"></div>

add something that needs a popover

                 <a class="button button-image"
                    popover-template="views/about.html"
                    popover-ctrl="AboutCtrl"
                    popover-container=".popover-header-wrapper2">
                        <i class="icons-settings"></i>
                        Simple text
                 </a>

Author

TODO

License

LGPL

About

Clearcode AngularJS popover with template directive.

Resources

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published