MarketSquare / robotframework-angularjs

An AngularJS and Angular extension to Robotframework's SeleniumLibrary
Apache License 2.0
34 stars 20 forks source link

data-ng-app tag is not supported #16

Closed ojas-srivastava closed 7 years ago

ojas-srivastava commented 7 years ago

root element can be ng-app or data-ng-app.

emanlove commented 7 years ago

Under the v0.0.6 release you can now specify the root selector on library import. For example

Import    AngularJSLibrary    ice-cream-cone-app

If none is specified the default is [ng-app].