"use strict"; angular.module("vocabulary", ["shared", "ngAnimate", "ngAria", "ngMessages", "ngResource", "ui.router", "laz.videoLibrary"]) .constant("MAX_WORDS_IN_LESSON", 12) .constant("DEFAULT_CHOSEN_WORD_TOPIC_ID", 0);