angular.bootstrap.components

1.1.2 • Public • Published

angular.bootstrap.components

Angular components for Bootstrap 3.0

This package contains components to improve the usability of Bootstrap 3 with Angular.

Currently we have this components:

  • input: It's an input that constains treatment to use the class of error
<bt-input title="Title " ng-model="Ctrl.item.title " ng-required=true></bt-input>
  • textarea: It's an textarea that constains treatment to use the class of error
<bt-textarea title="Description " ng-model="Ctrl.item.description " required=true></bt-textarea>

Demo

Please see examples on ./demo/index.html

Package Sidebar

Install

npm i angular.bootstrap.components

Weekly Downloads

4

Version

1.1.2

License

ISC

Last publish

Collaborators

  • evandroferreiras