Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 627 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 627 Bytes

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