Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 438 Bytes

File metadata and controls

33 lines (20 loc) · 438 Bytes

unit-testing-angularjs-controller

A simple example of unit testing an AngularJS controller

Setup

Install NodeJS packages:

$ npm install

Running the app

Start up a web server in this directory. For example:

$ python -m SimpleHTTPServer 8000

Then open a browser at localhost:8000.

Running the tests

Run the Karma tests:

$ npm test

License

MIT