add search

This commit is contained in:
wlh
2014-12-14 16:50:54 +08:00
parent 98c562ee8e
commit 57f5d28e31
5 changed files with 8 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@
var Search = function($scope, $rootScope, $location, bookList, musicList, movieList){
var path = $location.path();
$rootScope.isNoLoaded = false;
// document.getElementById('search_input').focus();
//跳回列表页
$scope.search = function(){
var keywords = $scope.keywords;