aping-plugin-footballdata
Version:
FootballData plugin for apiNG
61 lines (47 loc) • 2.58 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FootballData Demo</title>
<script src="../bower_components/angular/angular.min.js"></script>
<script src="../bower_components/apiNG/dist/aping.min.js"></script>
<script src="aping-config.js"></script>
<script src="app.js"></script>
<script src="../dist/aping-plugin-footballdata.js"></script>
</head>
<body ng-app="app">
<h3>model="fbd-fixture" aping-footballdata="[{'teamId':5, 'year':2015}]"</h3>
<aping template-url="template.html" model="fbd-fixture" aping-footballdata="[{'teamId':5, 'year':2015, 'protocol':'https'}]"></aping>
<hr>
<h3>model="fbd-fixture" aping-footballdata="[{'leagueId':394}]"</h3>
<aping template-url="template.html" model="fbd-fixture" aping-footballdata="[{'leagueId':394, 'matchday':5}]"></aping>
<hr>
<h3>model="fbd-fixture" aping-footballdata="[{'fixtureId':155048}]"</h3>
<aping template-url="template.html" model="fbd-fixture" aping-footballdata="[{'fixtureId':155048}]"></aping>
<hr>
<h3>model="fbd-fixture" aping-footballdata="[{'timeFrame':'p7'}]"</h3>
<aping template-url="template.html" model="fbd-fixture" aping-footballdata="[{'timeFrame':'p7'}]"></aping>
<hr>
<h3>model="fbd-table" aping-footballdata="[{'leagueId':424, 'matchday':'2'}]"</h3>
<aping template-url="template.html" model="fbd-table" aping-footballdata="[{'leagueId':424, 'matchday':'2'}]"></aping>
<hr>
<h3>model="fbd-table" aping-footballdata="[{'leagueId':394, 'matchday':'10'}]"</h3>
<aping template-url="template.html" model="fbd-table" aping-footballdata="[{'leagueId':394, 'matchday':'10'}]"></aping>
<hr>
<h3>model="fbd-player" aping-footballdata="[{'teamId':1}]"</h3>
<aping template-url="template.html" model="fbd-player" aping-footballdata="[{'teamId':1}]"></aping>
<hr>
<h3>model="fbd-league" aping-footballdata="[{'year':'$CURRENT'}, {'year':'2015'}]"</h3>
<aping template-url="template.html" model="fbd-league" aping-footballdata="[{'year':'$CURRENT'}, {'year':'2015'}]"></aping>
<hr>
<h3>model="fbd-league" aping-footballdata="[{'leagueId':'424'}]"</h3>
<aping template-url="template.html" model="fbd-league" aping-footballdata="[{'leagueId':'424'}]"></aping>
<hr>
<h3>model="fbd-team" aping-footballdata="[{'leagueId':394}]"</h3>
<aping template-url="template.html" model="fbd-team" aping-footballdata="[{'leagueId':394}]"></aping>
<hr>
<h3>model="fbd-team" aping-footballdata="[{'teamId':5},{'teamId':1}]"</h3>
<aping template-url="template.html" model="fbd-team" aping-footballdata="[{'teamId':5},{'teamId':1}]"></aping>
<hr>
</body>
</html>