#ngTasty
A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.
Live demo visit http://zizzamia.com/ng-tasty/
Quick start
Installing via Bower
bower install ng-tasty
Include the required library:
<script src="bower_components/ng-tasty/ng-tasty-tpls.min.js"></script>
Inject the ngTasty
module into your app:
angular.module('myApp', ['ngTasty']);
Changelog
v0.2.4 (master, released on August 13th 2014)
- Added a new table that has sorting and pagination client side
- Improved
setDirectivesValues
in ngTasty.table
- Fixed issues in
ngTasty.filter.range
- Fixed issue in
ngTasty.service.setProperty
Creator
Leonardo Zizzamia