Skip to content

An AngularJS directive and service for the foundation modal

License

Notifications You must be signed in to change notification settings

aklaiber/angular-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-modal

An AngularJS directive and service for the foundation modal

Usage

<script src="angular-modal.js"></script>
angular.module('myApp', ['angularModal']);
<div id="test-foundation-modal" class="reveal-modal" data-reveal ng-foundation-modal>
  Test foundation modal
</div>

<button ng-open-modal="test-foundation-modal">Open Modal</button>
<button ng-close-modal="test-foundation-modal">Close Modal</button>

Dependencies

http://foundation.zurb.com/

Install

Download latest release from here

About

An AngularJS directive and service for the foundation modal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published