Ok I found the solution.
Simply delete the "[(ngModel)]" of input tag as it's supposed to be a unique binding to a property.
The name attribute remainns because it defines for a input type radio the group it refers to.
Code:
<ion-col col-2><input type="radio" name="sortant" (change)="getVal()" /></ion-col>