Updated build

This commit is contained in:
2015-09-28 13:40:10 +08:00
parent 5f3e55036e
commit ae90bc4812
6 changed files with 101 additions and 13 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ angular.module('angular-timezone-selector', [])
_.forEach(timezonesGroupedByCC, function (zonesByCountry, CC) {
var zonesForCountry = {
text: CCToCountryName[CC] + ': ',
children: zonesByCountry
firstNOffset: zonesByCountry[0].nOffset,
children: zonesByCountry,
firstNOffset: zonesByCountry[0].nOffset
}
data.push(zonesForCountry)