iwebCalculator
Release 1.0 Stable
______ An ios-12 inspired ultra light web calculator ______
Add iweb-calculator
folder in your target project file.
Include layout using a preprocessor
language-
<?php include 'iweb-calculator/calculator.html';?>
<script type='text/javascript' src='angular.min.js'></script>
To use values returned by the calculator-
use {{c_value}}
Eg: <input type="text" placeholder="Result" value="{{c_value}}"/>
OR through ng
tag-
ng-model="c_value"
Latest ✔ | Latest ✔ | Latest ✔ | 9.1+ ✔ | Latest ✔ |
iwebCalculator is licensed under MIT license
. View license.
Copyright (c) 2019-21 Vivek Verma