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