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
+1 -1
View File
@@ -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);
}
};
});