Search input in $ionicModal cannot get the contents of the input box

    <input type="search" placeholder="" ng-model="searchName1" ng-keyup="myKeyup($event)">


$ionicModal.fromTemplateUrl("bindyezhu.html", {
      scope: $scope
    }).then(function (modal) {
      $scope.modal = modal;
      });
Mar.07,2021
Menu