1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-09 06:59:20 +00:00

rebuild app structure

This commit is contained in:
Rokt33r
2015-06-08 03:56:28 +09:00
parent 010ee6a711
commit 67d8183582
61 changed files with 705 additions and 1266 deletions

View File

@@ -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')
})