@stayradiated/ngreact
Version:
Use React Components in Angular
14 lines (13 loc) • 335 B
HTML
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
</head>
<body>
<div ng-controller="ActivityCtrl as activity">
<watch-list watched-repos="activity.watchedRepos"></watch-list>
</div>
<script src="/app.js"></script>
</body>
</html>