Skip to content

Commit 70fc5a4

Browse files
committed
Updated getting started page
1 parent 7cd08d8 commit 70fc5a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/app/home/getting-started.page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ <h2 class="ui dividing header">Quick Start (from scratch)</h2>
4242
import {CHECKBOX_DIRECTIVES} from 'ng2-semantic-ui/ng2-semantic-ui';
4343

4444
@Component({
45-
selector: 'my-app',
46-
directives: [CHECKBOX_DIRECTIVES],
47-
template: `
45+
selector: 'my-app',
46+
directives: [CHECKBOX_DIRECTIVES],
47+
template: `
4848
</codeblock>
4949
<codeblock markup>
5050
&lt;sui-checkbox&gt;Checkbox example&lt;/sui-checkbox&gt;

0 commit comments

Comments
 (0)