1.2.1 • Published 9 years ago

moo-angular-accordion v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 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

9 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago