#account h1 My Account .well div ng-hide="editing" dl dt Email dd | {{user.email}} dt Password dd ••••••• .clearfix .pull-right a.btn.btn-primary.btn-lg(ng-click="edit()") span.glyphicon.glyphicon-edit |   | Edit div ng-show="editing" div ng-include="'account/edit.html'" .clearfix ng-include="'credit_cards/index.html'" ng-controller="CreditCardListCtrl" .clearfix ng-include="'addresses/index.html'" ng-controller="AddressListCtrl" .clearfix ng-include="'orders/index.html'" ng-controller="OrderListCtrl"