Skip to content

Instantly share code, notes, and snippets.

@paulomcnally
paulomcnally / migrate.sh
Created June 4, 2015 06:48
Migrate Loopback on Heroku
heroku run bash
npm install grunt
npm install grunt-loopback-auto
npm install -g grunt-cli
grunt
@accolver
accolver / ngLazyShow.js
Last active December 5, 2016 08:14
ng-lazy-show
'use strict';
var ngLazyShowDirective = ['$animate', function ($animate) {
return {
multiElement: true,
transclude: 'element',
priority: 600,
terminal: true,
restrict: 'A',