thanhtung1509 / angular-song-rate-gulp

Gulp version of the angular-song-rate project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS Song rating app

This small web application demonstrates the features of AngularJS. In this example I'm using controllers, filters, factories and directives. Also various concepts and attributes of AngularJS are explained. I''m using this aplication in a tutorial series of mine to introduce AngularJS, so make sure to read it:

Installation

Clone this repo and install all dependencies by using bower install. If you're not interested in Bower you can still manually install al libraries.

Libraries

AngularJS

AngularJS is an MVC framework for the front-end written by Google. It allows you to follow the MVC design pattern and to loosely couple your view and the logic behind it. This improves the design of your application and it makes it easier to test it as well.

Twitter Bootstrap

Twitter Bootstrap is a responsive UI library written by Twitter.

Font awesome

Font Awesome is an iconic font which can be used to display many icons onto your web application.

Lo-dash

Lo-dash is a utility belt for JavaScript and provides utilities for functions, objects and collections.

Underscore.string

Underscore.string is a utility library for String manipulating in JavaScript.

About

Gulp version of the angular-song-rate project.


Languages

Language:JavaScript 98.0%Language:CSS 2.0%