Skip to content

Instantly share code, notes, and snippets.

View wibobm's full-sized avatar

Robert Morris wibobm

View GitHub Profile
/*
CSS styling for <input>
https://github.com/angular/material/issues/276
JS:
$scope.select = "foo";
$scope.list = ["foo", "bar"];
Front:
@boneskull
boneskull / gist:3138069
Created July 18, 2012 18:56
angular directive to fadeIn/hide
/**
* Fades an element in when the model changes. Restricted to attributes.
*
* Usage:
*
* <div di-fade-in="foo"/>
*/
di.directive('diFadeIn', function () {
return {