angular.js/src
Stephen Merity 22a9b1ac07 fix(ngScenario): select().option(val) should prefer exact value match
With select(...).option(val) it previously would select the first node
which contains the value, even if an exact match was available.
This fix prefers exact matches if available, otherwise it reverts
to the previous 'contains' behaviour for backwards compatibility.

Closes #2856
2013-07-12 10:05:23 +01:00
..
auto fix($injector): refactor module loading code and use minErr 2013-07-02 11:05:30 -07:00
ng fix(ngSubmit): expose $event to ngSubmit callback 2013-07-11 17:24:30 -07:00
ngCookies feat($cookieStore): $cookieStore.get now parses blank string as blank string 2013-05-08 10:04:07 +01:00
ngLocale fix(i18n): Do not transform arrays into objects 2013-07-03 22:51:31 +01:00
ngMobile feat(jqLite): switch bind/unbind to more recent jQuery on/off 2013-06-19 20:53:24 +01:00
ngMock docs(ngMock): correct verifyNoOutstandingExpectation example 2013-07-10 20:30:34 +02:00
ngResource refactor($route): pull $route and friends into angular-route.js 2013-06-06 17:07:12 -07:00
ngRoute docs(ngRoute): clarify when gets updated 2013-06-11 22:15:54 +01:00
ngSanitize fix(sanitize): match URI schemes case-insensitively 2013-07-12 09:29:21 +01:00
ngScenario fix(ngScenario): select().option(val) should prefer exact value match 2013-07-12 10:05:23 +01:00
Angular.js refactor(Angular.js): remove code duplication 2013-07-11 22:01:29 +02:00
angular.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
angular.suffix fix(init): use jQuery#ready for init if available 2012-03-23 15:41:37 -07:00
AngularPublic.js fix(ngSubmit): expose $event to ngSubmit callback 2013-07-11 17:24:30 -07:00
apis.js feat(ngRepeat): add support for custom tracking of items 2013-03-29 23:01:52 -07:00
jqLite.js fix(jqLite): prepend array in correct order 2013-07-02 23:24:51 -07:00
loader.js fix($injector): improve $injector:nomod error message 2013-07-11 12:16:02 -07:00
loader.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
loader.suffix feat(module): new module loader 2012-01-10 22:27:00 -08:00
minErr.js fix($injector): refactor module loading code and use minErr 2013-07-02 11:05:30 -07:00
module.prefix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
module.suffix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
publishExternalApis.js chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00