[Forms] Fill in specs

Fill in specs for scripts which support the mct-form
and mct-control directives. WTD-530.
This commit is contained in:
Victor Woeltjen
2014-11-28 15:33:40 -08:00
parent 29c5a7aaba
commit 1bfc21270b
5 changed files with 161 additions and 5 deletions

View File

@ -1,8 +1,9 @@
/*global define*/
/*global define,moment*/
define(
["../../lib/moment.min"],
function () {
"use strict";
var DATE_FORMAT = "YYYY-DDD";