Refactor search into its own controller.
authorChris Jaekl <cejaekl@yahoo.com>
Sat, 18 Nov 2017 14:23:46 +0000 (23:23 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Sat, 18 Nov 2017 14:23:46 +0000 (23:23 +0900)
commit32c817b6cf7484487c1160cec8a4b9e770b8404a
treecc8eda6181a4c8fef489401affb18ff1ba23c081
parentea10c37dd0cf10799d4e2c3e265f5e0e108a8023
Refactor search into its own controller.
Listen for [Enter] in search text fields, and trigger search when it is pressed.
app/index.html
app/lib.css
app/lib.js [deleted file]
js/BooksModel.js
js/Gruntfile.js
js/Main.js
js/PagingController.js
js/SearchController.js [new file with mode: 0644]