Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
49902d4069f5f0e56db3e153bd172ff8d84ca18f
/
.
/
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>