app.directive('selectedMeals',[function(){ return { replace: true, resctrict: 'E', templateUrl: 'app/views/selected-meals.html', } }])