API Docs for: 1.0.0
Show:

File: scotts\widgets\gsp_calendar_debug\client.js

function _controller($scope) {
	/**
	 * 
	 * @class GSPCalendarDebug.Client
	 * @constructor
	 * @extends Widget.Client
	 * @module Widgets
	 */
	
	/**
	 * The stringified JSON of the events array from the Calendar
	 * utility processing the current Calendar's events.
	 * @property string
	 * @type String
	 */
	$scope.string = JSON.stringify(this.data.events, null, 4);
}