use markdown for profile-editing. Add save button. will remove linky

once everything's in markdown
This commit is contained in:
Tyler Renelle
2013-09-09 13:27:25 -04:00
parent 41cc18c1db
commit 6e800ea2d9
6 changed files with 60 additions and 30 deletions
+3 -3
View File
@@ -8,10 +8,10 @@ div(ng-controller='MemberModalCtrl')
.row-fluid
.span6
img(ng-show='profile.profile.imageUrl', ng-src='{{profile.profile.imageUrl}}')
p(ng-show='profile.profile.blurb') {{profile.profile.blurb | linky:'_blank'}}
p(ng-show='profile.profile.blurb', btf-markdown='profile.profile.blurb')
ul(ng-show='profile.profile.websites')
li(ng-repeat='website in profile.profile.websites')
a(href='{{website}}') {{website}}
li(ng-repeat='website in profile.profile.websites')
a(href='{{website}}', target='_blank') {{website}}
h3 Stats
include ../profiles/stats
.span6