인수 'fn'이 함수 get 문자열이 아닙니다. 콘트롤러를 묶은 부분이 있어요 인수 'fn'은 함수가 아닙니다.누구라도 내 코드를 보고 왜 오류가 발생했는지 설명해 줄 수 있나요? 정말 감사합니다. :) html-module: {{ 'MESSAGES' | translate }} {{ message }} 컨트롤러: (function() { 'use strict'; var controllers = angular.module('portal.controllers'); controllers.controller('MessageController', ['$scope', 'MessageService', '$rootScope', function MessageController($scope, MessageService, ..