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

js.options.optionsController.js Maven / Gradle / Ivy

The newest version!
(function(){

	var injectParams = ['$scope', '$http', 'notify'];

	var OptionsController = function($scope, $http, notify) {
		$scope.options = [];
	};

	OptionsController.$inject = injectParams;

	angular.module('openmuc.options').controller('OptionsController', OptionsController);

})();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy