angular-widgets is a module for AngularJS containing reusable ui widgets implemented as directives.
##Using angular-widgets in your AngularJS project angular-widgets can be installed via bower.
bower install angular-widgets
Include the JavaScript source code and the CSS-Styles in your index.html
<html>
<head>
...
<link rel="stylesheet" type="text/css" href="../bower_components/angular-widgets/angular-widgets.min.css">
...
</head>
<body>
...
<script src="../bower_components/angular-widgets/angular-widgets.min.js"></script>
...
</body>
</html>
If you want to debug the code, you can include the non-uglified versions angular-widgets.src.js and angular-widgets.src.css.
##The widgets Currently the following widgets are implemented:
- List
- search-input
- spinner-dots