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 52b060a commit 7f214e3Copy full SHA for 7f214e3
src/dateTimeInput.js
@@ -18,8 +18,7 @@
18
var mt = typeof moment === 'undefined' ? require('moment') : moment
19
factory(ng, mt)
20
module.exports = 'ui.dateTimeInput'
21
- /* istanbul ignore next */
22
- } else if (typeof define === 'function' && /* istanbul ignore next */ define.amd) {
+ } else /* istanbul ignore next */ if (typeof define === 'function' && define.amd) {
23
define(['angular', 'moment'], factory)
24
} else {
25
factory(root.angular, root.moment)
0 commit comments