Giter VIP home page Giter VIP logo

angular-feeds's People

Contributors

eladkarakuli avatar mkirlin avatar nzalheart444 avatar siddii avatar zapbulon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-feeds's Issues

Release new build

There are some changes on master that are not released yet. Especially support for binding the url discussed in #7 is a great feature which the current release does not include.

I also did a pull request #14 to fix an issue in the current master branch. Other than that I currently have no problems running on the newest version of master.

Enable to parse iframe

Hi I have your library to parse rss file.
I have a item like this :

bla bla bla

<iframe scr=htt://myvideo height=123px width=145p >\ </iframe>

bla bla bla

But in my content I have just :

bla bla bla

bla bla bla

It seems that iframe balis is not reconize by your librairy.

Is this still functional?

Every RSS url I put in gives a 400 error with the message "The specified feed URL is invalid". This is a pretty simple module to implement, so I don't think I've done anything wrong... and I've validated that the URLs are good with the "Feed Tester". Did the Google Feeds API get shut down or something?

YUI yql replacement of Google Feeds breaks HTTPS / SSL protected sites

Regarding the recent merge of "Replace google feed module with Yahoo Query Language": #24

Would it be possible to use https:// references with the Yahoo API? The current implementation breaks any https:// protected sites as it will refuse to load mixed content:
angular-feeds.js:241Mixed Content: The page at '<...myPage...>' was loaded over HTTPS, but requested an insecure script 'http://yui.yahooapis.com/3.18.1/build/yui/yui-min.js'. This request has been blocked; the content must be served over HTTPS.

Unfortunately swapping references to https doesn't appear to do the trick either, as accessing https://yui.yahooapis.com/3.18.1/build/yui/yui-min.js in a browser reports a problem perhaps on Yahoo's end? I wonder if that's temporary..?

YAHOO!
Will be right back...

Thank you for your patience.
Our engineers are working quickly to resolve the issue.

Support for binding in url attribute

I am trying to bind a variable as part of the url parameter passed to the feed directive, but it refuses to bind.

For example, calling this doesnt work:

<feed url="http://{{restOfUrl}}.rss"></feed>

but static urls do. Any thoughts on how to implement this functionality? Using ng-attr-url doesn't work either, so beyond that I'm out of ideas.

Love the drop-in functionality of the directive btw.

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

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

Google Feed API - officially deprecated

"This API is officially deprecated and will stop working after December 15th, 2016. See our deprecation policy in our Terms of Service for details."

Google feed API showing this message, please let me know if any other library available to read RSS data.

Display feed in custom page

Thanks for the library :)
on clicking a link in feed how do i redirect to my own custom page to display link content without going to its page

Add support for reloading feeds automatically

I would like to use this directive as part of a newsticker that reads the RSS feed of a local news website. Unfortunately your directive does not seem to support reloading of RSS-data after a (configurable) time. Are there any plans to release this in the future?

Installation / Display

I was able to install the angular-feeds component. But I'm really unsure how to actually display it on the mirror?

Unnecessary console.log

Really great work. Used this directive really easily and it's also easy to customize.

I'm just wondering if it's necessary / expected to console log all of the articles once the feed loads? It's not causing any issues for my app, it's just distracting when I'm developing.

Really easy fix, just wondering if that was the intended behavior?

Thanks!

Template gets added to dom multiple times and old feed is not cleared

I am using a dynamic url so everytime the url changes the feed is fetched again. Because the success handler for that call renders the template the template gets added to the DOM every time. Ideally the template should only be added to the DOM once. Additionally because the renderTemplate function iterates over the feed objects and adds them to the feeds on the scope the old feeds are maintained instead of cleared.

The result is that when initially 3 objects are rendered, when the url changes there are 12 because 3 additional objects were retrieved and stored in the same array and the template is rendered twice as well.

Feed Fetch Error , caused by Google Feed API was deprecated.

aggregate feeds

How can I aggregate multiple feeds?

simply:

<feed url="http://www.feed1.com/rss" summary="true"></feed>  
<feed url="http://www.feed2.com/rss" summary="true"></feed>  
<feed url="http://www.feed3.com/rss" summary="true"></feed>  

would result in segregated sections for each source. I would like it aggregated and sorted by most recent regardless of the source.

Any way to achieve this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.