[Build] Fix failing test
Acquire reference to moment as an argument instead of assuming global availability; this appears to be no longer be present globally after build changes
This commit is contained in:
@@ -26,7 +26,7 @@ define(
|
||||
function (DateTimeController) {
|
||||
"use strict";
|
||||
|
||||
describe("The date-time directive", function () {
|
||||
describe("The date-time controller", function () {
|
||||
var mockScope,
|
||||
controller;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user