Skip to content

Instantly share code, notes, and snippets.

View NicoleY77's full-sized avatar

Nicole NicoleY77

View GitHub Profile
app.directive('upgrade1', function () {
return {
restrict: 'E',
templateUrl: "my_template.html",
scope: {
'info': '=info',
},
controller: 'upgrade1',
}
});
// Helps with IE debugging.
jQuery.extend({
getScript: function(url, callback) {
var head = document.getElementsByTagName("head")[0];
var script = document.createElement("script");
var done = false; // Handle Script loading
script.src = url;
script.onload = script.onreadystatechange = function() { // Attach handlers for all browsers
if ( !done && (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") ) {
[user]
name = Adam Lau
email = $email$
[push]
default = matching
[mergetool]
keepBackup = true
[merge]
tool = vimdiff
[core]