/AngularJSDemo

Angular route, controller, directive and filter, which all applied in the one-page application.

Primary LanguageJavaScript

1.How to run the JS test:
    - install karma
    - run terminal and go to 'test' folder of angularJS [Project]
    - run 'karma start karma-config.js'
  Until now, the test will be running all the time until you close the server [karma-server]. And the test
  will watch any change about the test and then run it at once.