UNPKG
aping-plugin-rss
Version:
latest (0.8.1)
0.8.1
0.8.0
0.7.9
0.7.8
0.7.7
0.7.6
0.7.2
0.7.1
RSS plugin for apiNG
github.com/JohnnyTheTank/apiNG-plugin-rss
JohnnyTheTank/apiNG-plugin-rss
aping-plugin-rss
/
demo
/
template.html
6 lines
(5 loc)
•
124 B
HTML
View Raw
1
2
3
4
5
6
<
div
class
=
"aping-design-rss"
>
<
div
ng-repeat
=
"item in results"
>
<
pre
>
{{::item | json}}
</
pre
>
</
div
>
</
div
>