angular.js/docs
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
..
content fix(e2e tests): use prop() instead of attr() and quote attributes 2011-09-16 02:44:35 +02:00
examples doc(ng:include): improve the doc example to avoid confusion 2011-07-16 22:01:19 -07:00
img doc($location): $location docs + using $location guide 2011-09-08 23:00:59 +02:00
spec feat(docs): add support for events 2011-08-31 14:30:21 -07:00
src feat (jquery): upgrade everything to jQuery 1.6.4 2011-09-16 02:44:27 +02:00