Skip to content

Instantly share code, notes, and snippets.

@JamesYuan
JamesYuan / mixItUp.js
Created July 29, 2014 01:41
Simple AngularJS (1.2) + mixItup (2.0) directive.
/**
* Created by jyuan on 14-6-9.
*/
// http://amitgharat.wordpress.com/2013/02/03/an-approach-to-use-jquery-plugins-with-angularjs/
'use strict';
angular.module('clientApp')
.directive('mixItUp',function($compile, $timeout){
return {