Skip to content

Instantly share code, notes, and snippets.

View visitek's full-sized avatar

Martin Lonský visitek

View GitHub Profile
@visitek
visitek / transaction-reference.json
Created May 5, 2016 17:47
REST v0.2 - Transaction with reference
{
"module": "Admin_Index",
"section": "Rest",
"action": "transaction",
"data": {
"parts": {
"services": [
{
"module": "Ticket",
"section": "Ticket",
@visitek
visitek / scroll-horizontal.component.ts
Created August 11, 2016 11:12
Horizontal scrollbar for Angular2
/**
* MyAppIn (http://www.myappin.cz)
* @author Martin Lonsky (martin@lonsky.net, +420 736 645876)
* @link http://www.myappin.cz
* @copyright Copyright (c) MyAppIn s.r.o. (http://www.myappin.cz)
* Date: 10. 8. 2016
* Time: 12:36
*/
import {INode} from './node.interface';