Skip to content

Commit

Permalink
fix(segment): update broken link ionic-team/ionic-site#777
Browse files Browse the repository at this point in the history
  • Loading branch information
briandennis committed Oct 19, 2016
1 parent d84d8a6 commit c66a440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/segment/segment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class SegmentButton {
* @description
* A Segment is a group of buttons, sometimes known as Segmented Controls, that allow the user to interact with a compact group of a number of controls.
* Segments provide functionality similar to tabs, selecting one will unselect all others. You should use a tab bar instead of a segmented control when you want to let the user move back and forth between distinct pages in your app.
* You could use Angular 2's `ngModel` or `FormBuilder` API. For an overview on how `FormBuilder` works, checkout [Angular 2 Forms](http://learnangular2.com/forms/), or [Angular FormBuilder](https://angular.io/docs/ts/latest/api/common/FormBuilder-class.html)
* You could use Angular 2's `ngModel` or `FormBuilder` API. For an overview on how `FormBuilder` works, checkout [Angular 2 Forms](http://learnangular2.com/forms/), or [Angular FormBuilder](https://angular.io/docs/ts/latest/api/forms/index/FormBuilder-class.html)
*
*
* ```html
Expand Down

0 comments on commit c66a440

Please sign in to comment.