1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 07:01:48 +00:00

set theme Solarized dark

This commit is contained in:
Rokt33r
2015-06-08 20:15:47 +09:00
parent 5c02ab24fe
commit 5ad5da47d2
16 changed files with 193 additions and 139 deletions

View File

@@ -9,7 +9,7 @@ angular.module('codexen')
if (vm.isAuthenticated) {
User.me().success(function (data) {
console.log('currentUser', data)
vm.currentUser = data.user
vm.currentUser = data
})
}
}