Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #141 from Orange-OpenSource/bugfixes/toggle
Browse files Browse the repository at this point in the history
add information to doc
  • Loading branch information
BehnooshShiva authored Dec 19, 2019
2 parents 8151f10 + e946d07 commit 5356369
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/docs/o-toggle.component.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
This 3-way toggle example uses `ngbRadioGroup` directive. Check out ng-bootstrap [documentation](https://ng-bootstrap.github.io/#/components/buttons) for more information.
This 3-way toggle example uses `ngbRadioGroup` directive. Check out ng-bootstrap [documentation](https://ng-bootstrap.github.io/#/components/buttons) for more information.

Please import FormsModule to use ngModel : `import { FormsModule } from '@angular/forms';`

0 comments on commit 5356369

Please sign in to comment.