From 909815c697740914ac5b008a00baac32fde6a909 Mon Sep 17 00:00:00 2001
From: Sam Azgor 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's ngModel
or FormBuilder
API. For an overview on how FormBuilder
works, checkout Angular Forms, or Angular FormBuilderngModel
or FormBuilder
API. For an overview on how FormBuilder
works, checkout Angular Forms, or Angular FormBuilder
<!-- Segment in a header -->
<ion-header>
<ion-toolbar>
@@ -676,7 +676,7 @@ You could use Angular's ngModel
or FormBuilder
API
Related
Segment Component Docs,
-[Angular Forms](http://learnangular2.com/forms/)
+[Angular Forms](http://web.archive.org/web/20180310045610/http://learnangular2.com:80/forms/)