sidebar design implemented on search by category and by section page
This commit is contained in:
@@ -4,7 +4,8 @@ var Globals = require('../globals');
|
||||
var Section = Backbone.Model.extend({
|
||||
urlRoot : Globals.ApiUrl + '/section',
|
||||
defaults : {
|
||||
name: ''
|
||||
name: '',
|
||||
categories: []
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user