We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d168e32 commit 8bc4b80Copy full SHA for 8bc4b80
dist/angular-timer.js
@@ -5,8 +5,6 @@
5
* Copyright (c) 2016 Siddique Hameed
6
* Licensed MIT <https://github.com/siddii/angular-timer/blob/master/LICENSE.txt>
7
*/
8
-var humanizeDuration = require("humanize-duration");
9
-var moment = require("moment");
10
var timerModule = angular.module('timer', [])
11
.directive('timer', ['$compile', function ($compile) {
12
return {
0 commit comments