A lightweight, flexible, and tasty collection of reusable UI components for AngularJS, like grandma used to make.
Live demo visit http://zizzamia.com/ng-tasty/
Installing via Bower
bower install ng-tasty
or installing via NPM
npm install ng-tasty
Include the required bower component:
<script src="bower_components/ng-tasty/ng-tasty-tpls.min.js"></script>
Inject the ngTasty
module into your app:
angular.module('myApp', ['ngTasty']);
For running the dev enviroment you just need install
all the dependencies by npm
, the node package manager.
npm install -g bower
npm install
bower install
Run dev enviroment, it's a watch script with several task running like jshint, html2js, build and unit test on the js build files.
gulp build
gulp watch
We have preconfigured the demo with a simple development web server.
The simplest way to start this server is:
gulp build
npm start
// Running on http://localhost:3000/
The easiest way to run the unit tests is to use the supplied npm script:
gulp test
The main docs you will find at http://zizzamia.com/ng-tasty/ , here the list of all components, service, filters supported.
- Table : http://zizzamia.com/ng-tasty/directive/table
- Table server side : http://zizzamia.com/ng-tasty/directive/table-server-side
- WebSocket : http://zizzamia.com/ng-tasty/service/websocket
- Debounce : http://zizzamia.com/ng-tasty/service/debounce
- Throttle : http://zizzamia.com/ng-tasty/service/throttle
- Filter Int : http://zizzamia.com/ng-tasty/filter/filter-int
- Range : http://zizzamia.com/ng-tasty/filter/range
https://github.com/Zizzamia/ng-tasty/CHANGELOG.md
Designed and built by Leonardo Zizzamia, like grandma used to make.
Tasty Contributors: @proudlygeek, @wesww, @aganglada, @alexcasalboni