<directive-seed>
A directive seed for angular. Test & usage ready.
Status: In-Development
Usage
1. Get the component
$ bower install directive-seed
2. Add the module as a dependency
var app = angular.module('myApp', ['directiveSeed']);
3. Use the component in a template
<script src="bower_components/directive-seed/directive-seed.js"></script>
<directive-seed></directive-seed>