ngCityClock
ngCityClock
An AngularJS Directive to show the clock of any city in the world.
The directive makes use of Google GeoCode and TimeZone APIs.
How to Use the directive?
Include the directive file app.js
Inject the CityClock module as dependency to your app module.
Example
angular.module('myApp', ['CityClock']) .controller('myController', function() { });
Add the following markup to your HTML file.
View On WordPress















