angular.js/docs/content/cookbook
Igor Minar 3ace81b92a fix(e2e tests): use prop() instead of attr() and quote attributes
Because of changes in jQuery, we need to use element().prop() instead of element().attr() to retrieve className and other element properties.

Additionally all attribute selectors (e.g. input[name=value]) must have value quoted if it contains dots (".").
2011-09-16 02:44:35 +02:00
..
advancedform.ngdoc fix(e2e tests): use prop() instead of attr() and quote attributes 2011-09-16 02:44:35 +02:00
buzz.ngdoc test(jsonp): fixing jsonp e2e tests 2011-09-02 16:17:05 -07:00
deeplinking.ngdoc fix(docs): update docs to reflect new $location and fix e2e tests 2011-09-08 23:00:59 +02:00
form.ngdoc fix(e2e tests): use prop() instead of attr() and quote attributes 2011-09-16 02:44:35 +02:00
helloworld.ngdoc docs - stripping extra new lines 2011-06-15 22:31:40 -07:00
index.ngdoc docs - stripping extra new lines 2011-06-15 22:31:40 -07:00
mvc.ngdoc fix(docs): update docs to reflect new $location and fix e2e tests 2011-09-08 23:00:59 +02:00