
js.drivers.driversDirective.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openmuc-webui-channelconfigurator Show documentation
Show all versions of openmuc-webui-channelconfigurator Show documentation
Channel Configurator plug-in for the WebUI of the OpenMUC framework.
The newest version!
(function(){
var injectParams = [];
var DriversFormDirective = function() {
return {
restrict: 'E',
templateUrl: 'channelconfigurator/html/drivers/form.html'
};
};
DriversFormDirective.$inject = injectParams;
angular.module('openmuc.drivers').directive('driversForm', DriversFormDirective);
})();
© 2015 - 2025 Weber Informatics LLC | Privacy Policy