Skip to content

Commit

Permalink
Merge pull request #3 from valor-software/master
Browse files Browse the repository at this point in the history
fix(README): Update docs with correct selector ng-select (valor-software#148)
  • Loading branch information
WolvenOne27 committed Jun 3, 2016
2 parents 680662a + 8aee01c commit 1a22e6e
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 1a22e6e

Please sign in to comment.