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