Merge branch 'master' into open638_rebase

This commit is contained in:
Pete Richards
2016-02-23 10:56:13 -08:00
155 changed files with 2018 additions and 52049 deletions

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -26,7 +26,7 @@ define(
function (DateTimeController) {
"use strict";
describe("The date-time directive", function () {
describe("The date-time controller", function () {
var mockScope,
controller;