Skip to content

Angular Directive to add input text which will auto perform math operation of provided value

Notifications You must be signed in to change notification settings

vikas0vanvi/Angular-Math-Operation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Angular-Math-Operation

Angular Directive to add input text which will auto perform math operation of provided value

Using angular-math-operation

<script src="angular-mathoperation.js"></script>

angular.module('yourApp', ['numericOperation']);

Adding angular-math-operation

<form name="Form">
    <div class="row">
        <div>
          <math-operation></math-operation>
        </div>
      </div>
</form>

About

Angular Directive to add input text which will auto perform math operation of provided value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published