14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
@model InventoryTraker.Web.Models.ProfileForm
|
|
|
|
@{
|
|
ViewBag.Title = "Your Profile";
|
|
}
|
|
|
|
<h1 class="page-header">Update @ViewBag.Title</h1>
|
|
|
|
<div class="row" ng-controller="ProfileController as vm">
|
|
<div class="panel panel-default col-md-6">
|
|
<profile-edit profile="vm.profile"></profile-edit>
|
|
</div>
|
|
</div>
|