blob: 9cfab0601ff614d55e7af6baa3c7c5250e4b53b3 [file] [log] [blame]
/**
* © OpenCORD
*
* Visit http://guide.xosproject.org/devguide/addview/ for more information
*
* Created by teone on 3/24/16.
*/
(function () {
'use strict';
/**
* @ngdoc overview
* @name xos.uiComponents
* @description A collection of UI components useful for Dashboard development
* @requires xos.uiComponents.table
**/
angular.module('xos.uiComponents', [
])
})();