div(ng-controller="ViewUserCtrl")
    h3 User Details
    h5 Email
        {{user.email}}
    h5 Name
        {{user.name}}
