Add these to your ~/.gitconfig
under the [alias]
block:
[alias]
Machine({ | |
id: 'covid', | |
initial: 'disclaimer', | |
states: { | |
disclaimer: { | |
on: { | |
AGREE: "scenerio", | |
DISAGREE: "exit" | |
} |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
license: mit |
license: mit |
require('./serverGroupLoadBalancersDirective.html'); | |
describe('GCE: ServerGroupLoadBalancerSelector: Directive', function () { | |
beforeEach( | |
window.module( | |
require('./serverGroupLoadBalancersSelector.directive.js'), | |
require('exports?"ui.select"!ui-select'), | |
require('utils/timeFormatters.js'), | |
require('../../../caches/infrastructureCaches.js') |
#2/14/15
Here is what we got done this week 2/14/15
I hereby claim:
To claim this, I am signing this object:
import groovy.json.* | |
class Person { | |
String name | |
List addresses = [] | |
} | |
class Address { | |
String address | |
String state |