Hi, 

I'm getting started with angular and I'm developing a simple directive with 
tests (checkbox list with filtering and ordering options, still a draft).

The code itself works fine but the test is failing and I want to know more 
the reason.
I already solved problems with loading templateUrl, test setup, etc but now 
I'm stuck on this point. I've described this issue here, there is also a 
github repo: 
http://stackoverflow.com/questions/21488470/testing-angularjs-directive-template-not-updated-in-tests-after-changing-an-iso

So my questions are:
* I'm doing something of wrong during the test setup?
* am I following the "angular way" implementing the directive? See the 
usage of ng-model="orderby" into the directive template. It seems that the 
$digest loop is not able to detect changes on reverse or orderby during 
tests
* or both :)

Thank you in advance,

davide

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to