This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h2. Assumptions | |
Text Assumptions | |
h2. Questions | |
Text Questions | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"server": { | |
"tables": { | |
"ImBnHMmOnndxre8XSkl": { | |
"deck": { | |
"QH": { | |
"name": "Quine of hard", | |
"value": 0 | |
} | |
}, | |
"hand": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(".hamb").on("click", function() { | |
$(this).hasClass("open") ? : closeMenu(this), openMenu(this); | |
}); | |
function openMenu(hamb){ | |
$(hamb).addClass("open"); | |
$(hamb).find("i").addClass("cross").removeClass("menubar"); | |
$.Velocity.RunSequence(menuOpen); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
id: 1, | |
event_id: 11, | |
neighbours: [ | |
{ | |
id: 2, | |
distance: 5 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List<BusinesHours> hours; | |
List<WeekViewModel> weeks; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"day": "2", | |
"fromtime": "00:10:33", | |
"totime": "00:22:22" | |
}, | |
{ | |
"day": "3", | |
"fromtime": "00:01:23", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"errors": { | |
"email": { | |
"source": { | |
"pointer": "\/data\/email" | |
}, | |
"detail": "There are no business hours added for this doctor." | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ControllerType from 'controllers-types'; | |
@ControllerType(ControlerTypes.PopOver) | |
export default Ember.Route.extend({ | |
}); | |
App.PostsRoute = Ember.Route.extend({ | |
renderTemplate: function() { | |
this.render({ outlet: 'sidebar' }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<AccordionComponent> | |
<AccordionItemComponent *ngFor="item of someItems"> | |
<span header>item.title</span> | |
<div class="custom-styles"> | |
{{item.content}} | |
</div> | |
</AccordionItemComponent> | |
</AccordionComponent> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"type": "accent-contents", | |
"attributes": { | |
"order": 1, | |
"content": "<strong font-size=\"30px\">307,000</strong><p>The website managed over 307,000 visitors in the space of the first 2 days</p>" | |
} | |
} |