shyamseshadri / angularjs-up-and-running

All the source code for the AngularJS Up & Running Book for O'Reilly
MIT License
466 stars 438 forks source link

chapter12/stockDirectiveBehaviorSpec.js line 67 expect fails. #15

Closed theantichris closed 5 years ago

theantichris commented 9 years ago

When running the test the expect fails with the following message:

Expected '' to equal '100; 200;Best Stock'.

I am running against AngularJS 1.3.

shyamseshadri commented 9 years ago

Can you please check against the latest checked in code and see if it still happens?