Skip to content

Instantly share code, notes, and snippets.

View nareeboy's full-sized avatar

Naresh Shan nareeboy

View GitHub Profile
@nareeboy
nareeboy / gist:10428139
Created April 10, 2014 22:12
Angular - simple data sorter
<div class="main" ng-controller="MyController">
<div class="search">
<h1>Artist Search</h1>
<label for="">search</label>
<input ng-model="query" placeholder="search for artist" autofocus>
<label class="formgroup">By:
<select ng-model="artistOrder">
<option value="name">Name</option>
<option value="reknown">reknown</option>
@nareeboy
nareeboy / gist:8931583
Created February 11, 2014 09:12
GRUNT: Final Compiler
/**
* Grunt task to watch, compile/concate less, concate javascript files during the development process.
* The bulid task also uglyfy javascript and css file and optimize the images.
* @todo: Screenshot on difffeent break points for responsive design
* @todo: Automatic testing
*
* @author Naresh Shan
* @Naresh-shan.com.
* @since 11/02/2014
* @version 1.0