1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

add Recipes(scaffolding)

This commit is contained in:
Rokt33r
2015-06-23 19:18:00 +09:00
parent 7c2cbfb32e
commit 0e6fe35ca4
36 changed files with 801 additions and 62 deletions

View File

@@ -31,6 +31,5 @@ angular.module('codexen')
$scope.$on('userSignOut', function () {
vm.isAuthenticated = false
vm.currentUser = null
})
})