This a simple calculator made solely in angularjs
- Copy the Folder at any location in your system.
- Open the file main.html in any browser.
- Cmon, Start using the calculator.Its all intuitive :)
For the developers
-
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.
-
Style.css contains the css. Be creative as mcuh as you can.
-
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.