$scope.cancel       = function () {
      if ( $scope.role && typeof $scope.role.$get === 'function' ) {
        $scope.role.$get();
      }
      $modalInstance.dismiss( 'cancel' );