Angular Directive to add input text which will auto perform math operation of provided value
<script src="angular-mathoperation.js"></script>
angular.module('yourApp', ['numericOperation']);
<form name="Form">
<div class="row">
<div>
<math-operation></math-operation>
</div>
</div>
</form>