In this example, We will initialize some fields of form with ng-init directive and initialized values are bind with ng-model of different controls, Here is the code for ng-init:
ng-init="Cricket=true;Football=true;lastName='Last Name';firstName='First Name';gender='Male'"
See the example