Skip to content

Instantly share code, notes, and snippets.

@elliottsj
Last active November 13, 2018 02:17
Show Gist options
  • Save elliottsj/3aa9f0b68fa961a0a44fca7ab5f1c4de to your computer and use it in GitHub Desktop.
Save elliottsj/3aa9f0b68fa961a0a44fca7ab5f1c4de to your computer and use it in GitHub Desktop.
home*
home*
askIssue
AirWatch -> airWatch
Lync -> lync
View or Update Ticket -> viewUpdateTicket
airWatch
determineDevice
iPhone -> iphone
iPad -> ipad
iphone
I need to request AirWatch -> requestAirwatch
I need help setting up AirWatch on my device -> qrCode
ipad
I need to request AirWatch -> requestAirwatch
I need help setting up AirWatch on my device -> qrCode
requestAirwatch
qrCode
lync
viewUpdateTicket
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment