Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Unable to use ng-click directive on html template used in feed directive for RSS feeds #23

Description

@sagardesai16

Hey there,

I have used your library for the my rss feeds. It works really well.
But I have come across a problem, where I'm not able to use ng-click directive in the feed template (html) of feed directive.
Please find my code below:

 <div ng-repeat="feed in feeds" class="col-xs-6">
        <div class="news-alerts">
            <div  class="news">
                <h4 ng-click="deleteArrival(feed)">{{feed.title}}</h4>
            </div>
        </div>
    </div>

Can you please help me on the same.
Awaiting your prompt reply...

Thanks in advance :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions