Angularjs Examples

AJS Examples


AngularJS Input Type Radio

The AngularJS input types are HTML input element control and used togather with ng-model directive. AngularJS input type Radio can be decorate with various AngularJS arguments like name,ng-value and ng-change.

Syntax

AngularJS Input Type Radio Arguments

Here is a list of AngularJS Input Type Radio Arguments.

DirectivesDescription
ng-modelAngularJS expression to bind the radio.
name (optional)Name of the control input control.
ng-value (optional)AngularJS expression to bind value.
ng-change (optional)AngularJS expression to be executed when input value changes.

AngularJS Input Type Radio Example

Above example will produce following output



See Live Example