File: scotts\widgets\server.js
/**
*
* @class Widget.Server
* @constructor
* @module Widgets
*/
/**
* Tracks the data to send over to the Widget in the UI.
*
* All data placed here arrives as part of the $scope.data
* object in the client side.
* @property data
* @type Object
*/
/**
* Tracks the options provided to the Widget for its own
* customizations.
*
* Additional information can also be added to this object
* or modified as needed in the server side script.
* @property options
* @type Object
*/