mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add
This commit is contained in:
+6
-1
@@ -1,5 +1,10 @@
|
||||
var app = angular.module('app', ['ui.router']);
|
||||
setTimeout(function(){ window.scrollTo(0, 1); }, 100);
|
||||
|
||||
addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
|
||||
function hideURLbar(){
|
||||
window.scrollTo(0,1);
|
||||
}
|
||||
|
||||
/*$rootScope的相关配置*/
|
||||
app.run(function($rootScope){
|
||||
$rootScope.version = '0.1';
|
||||
|
||||
Reference in New Issue
Block a user