mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-06-28 02:44:14 +08:00
7 lines
171 B
JavaScript
7 lines
171 B
JavaScript
/*global angular*/
|
|
var app = angular.module('demoApp', ['angular-timezone-selector'])
|
|
|
|
app.controller('AppCtrl', ['$scope', function ($scope) {
|
|
$scope.timezone = ''
|
|
}])
|