"use strict"; angular.module("vocabulary") .component("levelCorrelations", { templateUrl: "/js/redesign-angular/premadeLessons/level-correlations.html", controller: "LevelCorrelationsController", bindings: { level: "<" } }) .controller("LevelCorrelationsController", [ function(){ var ctrl = this; } ]);