question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trigger constantly firing.

See original GitHub issue

I feel there is something wrong with the number calculation. I scroll even a little bit, way far away from the bottom, I got multiple triggers. trigger

My html

<md-input (keyup)="emitInput($event)" placeholder="Search nearby restaurants" style="width:100%"></md-input>
<h2 *ngIf="showLoading">Loading ...</h2>
<div infinite-scroll [infiniteScrollDistance]="1" [infiniteScrollThrottle]="500" (scrolled)="onScroll()">
    <md-card *ngFor="let restaurant of restaurants" flex-gt-md="45" flex-md="100" flex-sm="100" flex-xs="100" (click)="gotoDetail(restaurant)">
        <restaurant-card [restaurant]="restaurant"></restaurant-card>
    </md-card>
</div>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sunshineocommented, Oct 5, 2016

@orizens I do not understand. I have always been using ajax load for my content and when I use angular2 beta, rc with 0.1.95 of this project, everything worked as expected. But now I upgrade to angular2 offical 2.0.1 and 0.2.2 of this project, I got this problem.

0reactions
ivaanrlcommented, Jan 28, 2020

Did anyone find a solution to this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

right trigger button keeps firing when I let it go - Xbox 360 - iFixit
try getting some canned air or a soft brush and see if you can remove any dirt/old sweaty skin cells etc that build...
Read more >
[Tech] Xbox One Controller's Right Trigger Constantly Activated
As I was playing Battlefield Hardline yesterday my character randomly began shooting off all his ammo until he had run out.
Read more >
Right Xbox trigger constantly firing on specifically overwatch
I have tried resetting everything and reinstalling the game over and over but it never seems to stop I'm just wondering if there...
Read more >
Controller&#39;s Right Trigger is Pressing Down on Its Own
The One keeps registering the trigger as being pressed, but I am not pressing the trigger down.
Read more >
SQL Server : trigger firing every time - Stack Overflow
A trigger always fires every time, do you mean "raises an error every time"? You currently have the following (expanded to multiple lines...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found