1.2.1 • Published 8 years ago

moo-angular-accordion v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

moo-angular-accordion

AngularJS Directive Component of the UI-Toolkit's Accordion for Mutual of Omaha

Usage:

ES6 import syntax

import mooAngularAccordion from 'moo-angular-accordion';
const app = angular.module('myAngularApplicationWithDependancies', ['mooAngular.accordion']);

CommonJS

var mooAngularAccordion = require('moo-angular-accordion');
const app = angular.module('myAngularApplicationWithDependancies', ['mooAngular.accordion']);

Browser Tag's

<!--  Example CDN Hosting For Node Modules. Official CDN TBD -->
<script src='//npm-cdn.herokuapp.com/moo-angular-accordion@1.1.1/dist/index.js' />

##Example See this codepen to preview the implementation live.

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago