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.