Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sagardesai16 opened this issue Sep 8, 2016 · 1 comment

Comments

@sagardesai16
Copy link

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 :)

@DMDc0de
Copy link

DMDc0de commented Jan 20, 2017

Can we see also your controller code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants