delete email in rootscope

This commit is contained in:
wlh
2014-12-26 21:52:41 +08:00
parent f16ee3bfb1
commit d319879c78
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ app.run(['$rootScope', function($rootScope) {
$rootScope.appName = '图班网';
$rootScope.desc = '基于位置的通讯录';
$rootScope.author = '鬼谣';
$rootScope.email = 'wlhmyit@126.com';
$rootScope._email = 'wlhmyit@126.com';
}]);
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -7,7 +7,7 @@ app.run(['$rootScope', function($rootScope) {
$rootScope.appName = '图班网';
$rootScope.desc = '基于位置的通讯录';
$rootScope.author = '鬼谣';
$rootScope.email = 'wlhmyit@126.com';
$rootScope._email = 'wlhmyit@126.com';
}]);