Skip to content

Instantly share code, notes, and snippets.

View mgnsharon's full-sized avatar
🤓
Learning about something.

Megan Sharon mgnsharon

🤓
Learning about something.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mgnsharon on github.
  • I am nutmg (https://keybase.io/nutmg) on keybase.
  • I have a public key ASDvwIk4CdNAZ60wsoBD8L4nSkkITaIujCCr98x3fDDuigo

To claim this, I am signing this object:

@mgnsharon
mgnsharon / 0_reuse_code.js
Created June 25, 2014 18:35
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@mgnsharon
mgnsharon / launchd.conf
Created May 27, 2014 17:43
Too Many Open Files on OSX
limit maxfiles 10240
unlimited
@mgnsharon
mgnsharon / html2js.output.js
Created March 11, 2014 14:31
Difference in output from html2js & ngtemplates for ui.bootstrap.tpls
angular.module('ui.bootstrap.tpls', ['template/modal/backdrop.html', 'template/modal/window.html']);
angular.module("template/modal/backdrop.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("template/modal/backdrop.html",
"<div class=\"modal-backdrop fade\"\n" +
" ng-class=\"{in: animate}\"\n" +
" ng-style=\"{'z-index': 1040 + (index && 1 || 0) + index*10}\"\n" +
"></div>\n" +
"");
}]);