We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd08d8 commit 70fc5a4Copy full SHA for 70fc5a4
demo/app/home/getting-started.page.html
@@ -42,9 +42,9 @@ <h2 class="ui dividing header">Quick Start (from scratch)</h2>
42
import {CHECKBOX_DIRECTIVES} from 'ng2-semantic-ui/ng2-semantic-ui';
43
44
@Component({
45
- selector: 'my-app',
46
- directives: [CHECKBOX_DIRECTIVES],
47
- template: `
+ selector: 'my-app',
+ directives: [CHECKBOX_DIRECTIVES],
+ template: `
48
</codeblock>
49
<codeblock markup>
50
<sui-checkbox>Checkbox example</sui-checkbox>
0 commit comments