Dataset/JS/AngularCosmoMenu/page.js (5 lines of code) (raw):

angular.module('cosmo').factory('Page', function(){ return { id: 0, title: '', description: '', header: '', subheader: '', body: '', url: '', type: '', published: '', published_date: '', themePages: [], timestamp: '', extras: [], misc: {} }; });