0.0.7 • Published 8 years ago

web-input-text v0.0.7

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

web-input-text

bower install https://github.com/TrevorVonSeggern/web-input-text.git#1.1.3 --save

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

###Dependencies:

  • angular 1.5.8
  • bootstrap's css

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

<link rel="stylesheet" href="bower_components/web-input-text/dist/style.css">

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

<script src="bower_components/web-input-text/dist/bundle.js"></script>

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