<div class="partial-input partial-content">
<div class="person-details">
<div class="panel">
<h2 class="title uppercase">{{inputs.profile.title}}</h2>
<profile-summary data="inputs.profile"></profile-summary>
</div>
<div class="panel">
<h2 class="title uppercase">{{inputs.educations.title}}</h2>
<education-list data="inputs.educations.list"></education-list>
</div>
<div class="panel">
<h2 class="title uppercase">{{inputs.companies.title}}</h2>
<company-list data="inputs.companies.list"></company-list>
</div>
<div class="actions clearfix">
<!-- <button class="btn primary-btn selected cancel" type="button" name="cancel" ng-click="onCancel()">Cancel</button> -->
<button class="btn primary-btn pull-right submit" type="button" name="submit" ng-click="onNext()">Next</button>
</div>
</div>
</div>