diff --git a/js/app.js b/js/app.js index 43b8b89..70ae1c9 100755 --- a/js/app.js +++ b/js/app.js @@ -18,7 +18,7 @@ App.ApplicationController = Ember.Controller.extend({ }); var groups = [ - {id: "1", name: "sf"}, {id: "2", name: "major"} + {id: "1", name: "sf"}, {id: "2", name: "major"}, {id: "3", name: "misc"} ]; var restUrl = 'http://showtimes.everyday.in.th/api';