Skip to content

Instantly share code, notes, and snippets.

View chadwhitaker's full-sized avatar

Chad Whitaker chadwhitaker

View GitHub Profile
@hahn-kev
hahn-kev / mask.js
Created December 14, 2015 16:22
ui mask filter
angular.module('ui.mask').filter('mask', function () {
var cache = {};
var maskDefinitions = {
'9': /\d/,
'A': /[a-zA-Z]/,
'*': /[a-zA-Z0-9]/
};
function getPlaceholderChar(i) {
return '_';
}
@davoclavo
davoclavo / cssfix.md
Created November 15, 2012 20:38
The New Lastpass small fix

First of all: beautiful. Great job.

There is just this little thing (border radius of inner elements of the list):

the little thing

To fix:

Remove these lines from the #actions ul li a block