(function () { //module for all lesson creation and manipulation "use strict"; angular.module("lesson-composer", ["vocab-shared", "wizard", "ui.router"]); }());