Reputation: 97
I'm looking for websites written in AngularJS to practice my automation skills (using Protractor).
Protractor has features to locate elements using ng-repeater
, ng-model
, ng-bind
, etc.
I've tried to find websites written in AngularJS but none of them really uses features like repeater, model, binding... (At least you can't see it in DevTools).
Hope you can help me find relevant websites for my purpose :)
Upvotes: 0
Views: 78
Reputation: 8968
These:
Or just lookup angular templates online preview
and you'll get portals like this
Upvotes: 1