fix(inputs): fix inputs groups

This commit is contained in:
KostyaDanovsky 2017-08-09 20:05:04 +03:00
parent ffa5c0d2c9
commit 0fcee9cb26
4 changed files with 27 additions and 9 deletions

View file

@ -7,6 +7,6 @@ import { Component } from '@angular/core';
})
export class FormInputsComponent {
starRate: number = 3;
heartRate: number = 3;
starRate: number = 2;
heartRate: number = 4;
}