angular-bootstrap-plus
npm install angular-bootstrap-plusInstall Angular-Bootstrap-Plus.
``bash`
npm install angular-bootstrap-plus
In your web page:
`html
`
Then add one or more modules to your AngularJS project:
`javascript``
angular.module('myAwesomeProject', ['ngSanitize', 'bs-plus.select', ...]);
These directives do not depend on each other and can be used independently
from each other.
* <bsp-select>...</bsp-select>: Use it to build select elements
with active icons.
* <bsp-scrollpanel>...</bsp-scrollpanel>: Use it to create panes
which can be scrolled horizontally using large left- and right icons.
* <bsp-processbar>...</bsp-processbar>: Use it to create a canvas
with process steps which have to be accessed in consecutive order. Useful to create a
set of forms, which interdepend on each other and thus have to be filled out one by one.
* <bsp-magnify>...</bsp-magnify>: Use it to display details of an
image, if the users moves the mouse over it.
Please check the README file in each of the directive folders.