(function () { //module for migration wizard components "use strict"; angular.module("wizard", ["vocab-shared", "ngAnimate", "ngMessages", "ngResource", "ui.router"]); }());