sidebar design implemented on search by category and by section page

This commit is contained in:
Edin Dazdarevic
2015-04-19 15:58:08 +02:00
parent 2f809cfbcf
commit 0cdf57d4a9
4 changed files with 123 additions and 98 deletions

View File

@@ -4,7 +4,8 @@ var Globals = require('../globals');
var Section = Backbone.Model.extend({
urlRoot : Globals.ApiUrl + '/section',
defaults : {
name: ''
name: '',
categories: []
}
});