mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add search
This commit is contained in:
@@ -19,7 +19,7 @@ app.controller('SearchController', function($scope, $rootScope, $location, bookL
|
||||
if(keywords){
|
||||
$rootScope.keywordsObj.movie = keywords;
|
||||
}
|
||||
movieList.getData($rootScope.keywordsObj.music);
|
||||
movieList.getData($rootScope.keywordsObj.movie);
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user