Skip to content

Instantly share code, notes, and snippets.

@opcodewriter
opcodewriter / app.html
Last active April 12, 2016 16:01
Aurelia If Bind test on <content>
<template>
<require from="./parent"></require>
<parent></parent>
</template>
@opcodewriter
opcodewriter / app.html
Last active April 30, 2016 09:36
Aurelia parent vm in child vm
<template>
<require from="./parent"></require>
<parent name='a'></parent>
<parent name='b'></parent>
<parent></parent>
</template>
@opcodewriter
opcodewriter / SvgImage,cs
Last active August 5, 2016 08:38
NControl.SvgImage fix
/// <summary>
/// Svg image.
/// </summary>
public class SvgImage : NControlView
{
#region Private Members
/// <summary>
/// The svg graphics.
/// </summary>