This commit is contained in:
wlh
2014-12-11 13:25:15 +08:00
parent 7573e8efce
commit 5a47ae589d
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
var app = angular.module('app', ['ui.router']);
setTimeout(function(){ window.scrollTo(0, 1); }, 100);
/*$rootScope的相关配置*/
app.run(function($rootScope){
$rootScope.version = '0.1';