| /** | |
| * © 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', [ | |
| ]) | |
| })(); |