Skip to content

Commit 96ad374

Browse files
committed
adding support for exporting some metadata
1 parent ea3d7e8 commit 96ad374

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

dist/angular-timer.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ var timerModule = angular.module('timer', [])
1919
autoStart: '&autoStart',
2020
language: '@?',
2121
fallback: '@?',
22-
maxTimeUnit: '='
22+
maxTimeUnit: '=',
23+
seconds: '=',
24+
minutes: '=',
25+
hours: '=',
26+
days: '=',
27+
months: '=',
28+
years: '=',
29+
sseconds: '=',
30+
mminutes: '=',
31+
hhours: '=',
32+
ddays: '=',
33+
mmonths: '=',
34+
yyears: '='
2335
},
2436
controller: ['$scope', '$element', '$attrs', '$timeout', 'I18nService', '$interpolate', 'progressBarService', function ($scope, $element, $attrs, $timeout, I18nService, $interpolate, progressBarService) {
2537

0 commit comments

Comments
 (0)