0.0.10 • Published 7 years ago

web-input-button v0.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

web-input-button

bower install https://github.com/TrevorVonSeggern/web-input-button.git#1.1.1 --save

angular.module('app', [ 'input-buttons-module' ]);

###Dependencies:

  • angular 1.5.8
  • bootstrap's css

<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">

<script src="bower_components/angular/angular.min.js"></script>

<script src="dist/bundle.js"></script>

<script src="[YourAngularAppEntryHere].js"></script>