Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Apr 10, 2016
1 parent de772ab commit 9e4e276
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ The current list of available components with links to their docs is below:
* [Collapse](http://edcarroll.github.io/ng2-semantic-ui/#/components/collapse)
* [Dimmer](http://edcarroll.github.io/ng2-semantic-ui/#/components/dimmer)
* [Dropdown](http://edcarroll.github.io/ng2-semantic-ui/#/components/dropdown)
* [Progress](http://edcarroll.github.io/ng2-semantic-ui/#/components/progress)
* [Message](http://edcarroll.github.io/ng2-semantic-ui/#/components/message)
* [Progress](http://edcarroll.github.io/ng2-semantic-ui/#/components/progress)
* [Tab](http://edcarroll.github.io/ng2-semantic-ui/#/components/tab)

## Quick start (from scratch)
Expand Down
2 changes: 1 addition & 1 deletion demo/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<a class="item" [routerLink]="['CollapseComponent']">Collapse</a>
<a class="item" [routerLink]="['DimmerComponent']">Dimmer</a>
<a class="item" [routerLink]="['DropdownComponent']">Dropdown</a>
<a class="item" [routerLink]="['ProgressComponent']">Progress</a>
<a class="item" [routerLink]="['MessageComponent']">Message</a>
<a class="item" [routerLink]="['ProgressComponent']">Progress</a>
<a class="item" [routerLink]="['TabComponent']">Tab</a>

<a class="item" [routerLink]="['TestComponent']">Test</a>
Expand Down
10 changes: 5 additions & 5 deletions demo/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ import {TabComponentPage} from "./components/tab.page";
name: 'DropdownComponent',
component: DropdownComponentPage
},
{
path: '/components/progress',
name: 'ProgressComponent',
component: ProgressComponentPage
},
{
path: '/components/message',
name: 'MessageComponent',
component: MessageComponentPage
},
{
path: '/components/progress',
name: 'ProgressComponent',
component: ProgressComponentPage
},
{
path: '/components/tab',
name: 'TabComponent',
Expand Down

0 comments on commit 9e4e276

Please sign in to comment.