Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49171

Ng-click does not fire immediately

$
0
0

@fouadkajj wrote:

    <div class="col-33">
      <a ng-click="leavingMenuPage()" href="#/app/interview" >
        <i class="icon ion-android-person"></i>
        <p class="pFont" >Görüşme</p>
      </a>
    </div>
    <div class="col-33">
      <a ng-click="leavingMenuPage()"  href="#/app/appointment" >
        <i class="icon ion-android-people"></i>
        <p class="pFont">Randevular</p>
      </a>
    </div>

    <div  class="col-33">
      <a  href="#/app/consumers" >
        <i class="icon ion-android-car "></i>
        <p class="pFont">Müşteriler</p>
      </a>
    </div>

When i click on the first icon , ng-click does not fire immediately .
I have to wait for one second before it fired ..
The page "#/app/interview" has an api connection so i defined the following function to start ionicLoading when i click on button :

$scope.leavingMenuPage = function(){
$ionicLoading.show({
template: 'Lütfen Bekleyiniz ...'
});
}

This ionicLoading will be hidden ionicView.afterEnter of the page '#/app/interview' .

other icons has normal behavior and when clicking on them i can go immediately to the href without any waiting (because they don't have any connection or something like that ) .

My question how to make ionicLoading shown IMMEDIATELY when pressing on the icon that responsible to fire it ???

I hope that my English was enough to explain :slight_smile:

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49171

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>