blob: bd0790856c9b42dc40903195233941e50786345e [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
**/
angular.module('xos.uiComponents', [
])
})();