Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 491 Bytes

File metadata and controls

17 lines (8 loc) · 491 Bytes

angularJS-calculator

Simple implementation of a calculator

link to application: https://kniffina.github.io/angularJS-calculator/

To Add List:

  1. Edit calculator.controller to fix multiple periods in > 1st number with error output.

  2. Add unit testing for revised controllers in calculator and modal.

  3. Allowing users to add (, {, [ etc. to string together longer problems. Most likely with a stack.

  4. Adding feature that changes operator if it will result in an error message.