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
+5 -2
View File
@@ -31,9 +31,12 @@
"bootstrap": "v2.3.2",
"angular-route": "1.2.0-rc.1",
"angular-ui-utils": "~0.0.4",
"angular-sanitize": "1.2.0-rc.1"
"angular-sanitize": "1.2.0-rc.1",
"angular-markdown-directive": "~0.1.0"
},
"resolutions": {
"jquery": "~2.0.3"
"jquery": "~2.0.3",
"angular": "1.2.0-rc.1",
"bootstrap": "v2.3.2"
}
}