2016-06-10 11:19:36 -03:00
|
|
|
<div class="topbar-container" ng-include="'views/includes/topbar.html'"
|
2015-11-09 15:20:15 -03:00
|
|
|
ng-init="titleSection='Unit'; goBackToState = 'preferencesGlobal'; noColor = true">
|
2015-05-08 09:35:33 -03:00
|
|
|
</div>
|
|
|
|
|
|
2016-06-10 11:19:36 -03:00
|
|
|
<div class="content preferences" ng-controller="preferencesUnitController">
|
2015-10-08 11:58:55 -03:00
|
|
|
<h4></h4>
|
2016-06-10 11:19:36 -03:00
|
|
|
|
2016-06-10 13:06:52 -03:00
|
|
|
<ion-radio class="line-b size-12 radio-label" ng-repeat="unit in unitList" ng-value="unit.code" ng-model="currentUnit"
|
2016-06-10 11:19:36 -03:00
|
|
|
ng-click="save(unit)">{{unit.shortName}}
|
|
|
|
|
</ion-radio>
|
2015-03-06 12:00:10 -03:00
|
|
|
</div>
|