UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

14 lines (9 loc) 246 B
/* global angular */ (function () { 'use strict'; var thisModule = angular.module('appComponentsStyles.RefToolbar', []); thisModule.controller('RefToolbarController', function($scope) { } ); })();