All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.channels.channelConfiguratorTabsDirective.js Maven / Gradle / Ivy

The newest version!
(function(){

	var injectParams = [];

	var ChannelConfiguratorTabsDirective = function() {
		return {
			restrict: 'E',
			templateUrl: 'channelconfigurator/html/channelConfiguratorTabs.html',
		};
	};

	ChannelConfiguratorTabsDirective.$inject = injectParams;

	angular.module('openmuc.channels').directive('channelConfiguratorTabs', ChannelConfiguratorTabsDirective);

})();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy