mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-09 06:59:20 +00:00
rebuild app structure
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
angular.module('codexen.services')
|
||||
/* global angular */
|
||||
angular.module('codexen')
|
||||
.factory('User', function ($http, apiUrl, $rootScope, $state) {
|
||||
$rootScope.$on('userSignOut', function(){
|
||||
$rootScope.$on('userSignOut', function () {
|
||||
$state.go('auth.signin')
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user