display profile.stats.class in modal

This commit is contained in:
Tyler Renelle 2013-12-29 00:47:39 -07:00
parent 585f736305
commit c14e4c8fec

View file

@ -14,6 +14,7 @@ div(ng-controller='MemberModalCtrl')
li(ng-show='profile.auth.timestamps.created') - Member since {{timestamp(profile.auth.timestamps.created)}} -
li(ng-show='profile.auth.timestamps.loggedin') - Last logged in {{timestamp(profile.auth.timestamps.loggedin)}} -
h3 Stats
.label.label-info {{profile.stats.class}}
p.alert.alert-info Coming back soon!
//-include ../profiles/stats
.span6