Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 688 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 688 Bytes

Angularjs_Calculator_Signzy

This a simple calculator made solely in angularjs

  1. Copy the Folder at any location in your system.
  2. Open the file main.html in any browser.
  3. Cmon, Start using the calculator.Its all intuitive :)

For the developers

  1. Cal.js is the angularjs file that contains the logic. Its simple, all you have to remember is the javascript EVAL function. It does all the calculation.

  2. Style.css contains the css. Be creative as mcuh as you can.

  3. Lastly main.html- Nothing complicated just import the angular js files and your code logic and everything is all intuitive.

  • Instead of printing numbers one by one i have use ng repeat property of angularjs.