Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Modal not working in bootstrap 4.6 #6408

@rossanmol

Description

@rossanmol

Angular UI was working until [alpha 5] but with the new version the modal does not appear at all. What I've noticed is that show class is missing.

   $uibModal.open({
    animation: true,
    templateUrl: templateUrl,
    controller: function modalController($scope, $uibModalInstance) {

      $scope.cancel = function() {
          $uibModalInstance.dismiss();
      };

    },
    controllerAs: 'modalCtrl',
    size: 'lg',
    windowClass: windowClass
  });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions