'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; }]); });