UNPKG

ng-tasty

Version:

A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.

44 lines (33 loc) 1.69 kB
# #ngTasty [![Bower version](https://badge.fury.io/bo/ng-tasty.svg)](https://github.com/Zizzamia/bower-ng-tasty) [![NPM version](https://badge.fury.io/js/ng-tasty.svg)](https://www.npmjs.org/package/ng-tasty) [![NPM Downloads](http://img.shields.io/npm/dm/ng-tasty.svg)](https://www.npmjs.org/package/ng-tasty) [![Build Status](https://secure.travis-ci.org/Zizzamia/ng-tasty.svg)](https://travis-ci.org/Zizzamia/ng-tasty) > A lightweight, flexible, and tasty collection of reusable UI components for [AngularJS](https://angularjs.org/). Live demo visit http://zizzamia.com/ng-tasty/ ## Quick start Installing via Bower ``` bower install ng-tasty ``` or installing Via NPM ``` npm install ng-tasty ``` Include the required bower component: ``` html <script src="bower_components/ng-tasty/ng-tasty-tpls.min.js"></script> ``` Inject the `ngTasty` module into your app: ``` JavaScript angular.module('myApp', ['ngTasty']); ``` ## Creator Designed and built by Leonardo Zizzamia, like grandma used to make. - <http://twitter.com/zizzamia> - <http://github.com/zizzamia> Tasty Contributors: [@proudlygeek](https://twitter.com/proudlygeek), [@wesww](https://twitter.com/w3sw), [@aganglada](https://twitter.com/aganglada), [@alexcasalboni](https://twitter.com/alex_casalboni) [bower]: https://github.com/Zizzamia/bower-ng-tasty [bower-badge]: https://badge.fury.io/bo/ng-tasty.svg [npm-site]: https://www.npmjs.org/ [npm]: https://www.npmjs.org/package/ng-tasty [npm-badge]: https://badge.fury.io/js/ng-tasty.svg [npm-downloads]: http://img.shields.io/npm/dm/ng-tasty.svg [travis]: https://travis-ci.org/Zizzamia/ng-tasty [travis-badge]: https://secure.travis-ci.org/Zizzamia/ng-tasty.svg