0.1.1 • Published 7 years ago

angular-widgets v0.1.1

Weekly downloads
10
License
-
Repository
github
Last release
7 years ago

angular-widgets Build Status Coverage Status Code Climate

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:

  1. List
  2. search-input
  3. spinner-dots