mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add inco
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
||||
<link rel="apple-touch-icon" href="icon.png" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<title>测试框架</title>
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user