Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b39f452ecd1ee9d0e889b977df2bcb32efd8c1c8
/
.
/
scouting
/
www
/
counter_button
/
counter_button.ng.html
blob: 4abf415e0226ad6428bfc9865dcc2d9026789b36 [
file
] [
log
] [
blame
]
<h4><ng-content></ng-content></h4>
<button
(
click
)
=
"update(1)"
class
=
"btn btn-secondary btn-block"
>
+
</button>
<h3>
{{value}}
</h3>
<button
(
click
)
=
"update(-1)"
class
=
"btn btn-secondary btn-block"
>
-
</button>