habit-panel.html
<div class="habit-panel">
<div class="inputfield">
<label class="input-title">Name of the new habit</label>
<input class="input-value" type="text" ng-model="habit.title">
</div>
<div class="inputfield">
<label class="input-title">Choose Time</label>
<timeselector scope-obj="habit.time"></timeselector>
</div>
<div class="inputfield">
<label class="input-title">Repeatition</label>
<repetition repetition="habit.repetition" defaults="habit.defaults"></repetition>
</div>
</div>