Added better description to no results string

This commit is contained in:
Ashok Fernandez
2015-06-12 17:42:05 +02:00
parent a178e3e68a
commit e028494ce8
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -62,6 +62,9 @@ angular.module('angular-timezone-selector', [])
data.push(zonesForCountry)
})
// Sort by country name
data = _.sortBy(data, 'text')
// Construct a select box with the timezones grouped by country
_.forEach(data, function (group) {
var $optgroup = $('<optgroup label="' + group.text + '">')