Search repos by name

This commit is contained in:
Kyle Hornberg
2014-02-10 16:58:52 -06:00
parent 58914c8304
commit 11f99a7206
4 changed files with 28 additions and 16 deletions

View File

@@ -41,3 +41,8 @@ $(function () {
}
paginate();
});
var listOptions = {
valueNames: ['name']
};
var repoList = new List('repositories', listOptions);