1.0.0 • Published 9 years ago
zippy-directive v1.0.0
ZIPPY-PANEL DIRECTIVE
This Directive is used to create Zippy
Getting Started
Installation
you can install using npm:
npm install zippy-directive
Usage
inject dependency in your app ex:
angular.module("myApp", ['zippy-directive'])
Parameters you can pass
- title - accepts a string
- panel-heading-color - accepts color
- color - accepts color
<zippy-panel title="title" panel-heading-color="grey" color="white">
content
</zippy-panel>
1.0.0
9 years ago