angular-flip-dr


License
MIT
Install
bower install angular-flip-dr

Documentation

angular-flip directive


AngularJS directive that allows to achieve 3D card flip effect.

Quick start


Load angular-flip.css and angular-flip.js into your html:

<link rel="stylesheet" href="/path/to/angular-flip.css" />
<script src="/path/to/angular-flip.js"></script>

Inject angular-flip into your application module:

var app = angular.module('MyApp', ['drFlip']);

Have fun:

<dr-flip dr-flip-toggle>
    <dr-flip-front>Visible content goes there</dr-flip-front>
    <dr-flip-back>The other side</dr-flip-back>
</dr-flip>

License


angular-flip uses the MIT license