Skip to content

Commit

Permalink
fix(README): Update docs with correct selector ng-select (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuntoo authored and valorkin committed Apr 20, 2016
1 parent b5c5509 commit 8aee01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {SELECT_DIRECTIVES} from 'ng2-select/ng2-select';
```typescript
// class Select
@Component({
selector: 'ng2-select',
selector: 'ng-select',
properties: [
'allowClear',
'placeholder',
Expand Down

0 comments on commit 8aee01c

Please sign in to comment.