Current File : //usr/local/jetapps/var/www/jetbackup5/docroot/app/plugins/notification/Slack/controller.js
'use strict';

define(['app'], function(app) {

	app.controller("notificationSlack", ["$scope", function ($scope) {
		if($scope.saveData.options.channel_selection === undefined) $scope.saveData.options.channel_selection = 0;
	}]);

});