opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

use latests angular-mocks #181

Open tbosch opened 11 years ago

tbosch commented 11 years ago

Right now, we are using an old version of angular-mocks, as jqm installs some event listeners that should not be undone after every test. Using the latest version of angular-mocks would help others to implement tests for new directives on their one. Related to #171.