add search

This commit is contained in:
wlh
2014-12-12 00:17:22 +08:00
parent 38cb1e5dfc
commit 4ce604283e
19 changed files with 376 additions and 27474 deletions
-5
View File
@@ -1,10 +1,5 @@
var app = angular.module('app', ['ui.router']);
addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){
window.scrollTo(0,1);
}
/*$rootScope的相关配置*/
app.run(function($rootScope){
$rootScope.version = '0.1';