(function () { //module for the components and services for displaying and managing custom-lessons "use strict"; angular.module("lesson-management-custom", ["shared", "vocab-shared", "wizard", "ngAnimate", "ngMessages", "ngResource", "ui.router"]); }());