Skip to content

mcalthrop/unit-testing-angularjs-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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