Merge: Reworked crypto.nit to introduce basic XOR attacks
[nit.git] / lib / popcorn / examples / angular / www / views / index.html
1 <h1>Nit &hearts; Angular.JS</h1>
2
3 <p>Click the button to increment the counter.</p>
4
5 <form>
6 <label>{{counterCtrl.counter.label}}</label>
7 <input type="number" ng-model="counterCtrl.counter.value" readonly />
8 <button ng-click="counterCtrl.incrementCounter()">Increment!</button>
9 </form>