(function() {

  'use strict';


  angular

    .module('forum')

    .controller('ForumController', ForumController);


  ForumController.$inject = ['$scope','Posts','$location','summernote'];


이렇식으로 인젝트 했더니..



angular.js:11706 Error: [$injector:unpr] Unknown provider: summernoteProvider <- summernote <- ForumController

http://errors.angularjs.org/1.3.20/$injector/unpr?p0=summernoteProvider <-<section ui-view="" class="ng-scope">ummernote <- ForumController

    at http://localhost:3000/lib/angular/angular.js:63:12

    at http://localhost:3000/lib/angular/angular.js:4031:19

    at Object.getService [as get] (http://localhost:3000/lib/angular/angular.js:4178:39)

    at http://localhost:3000/lib/angular/angular.js:4036:45

    at getService (http://localhost:3000/lib/angular/angular.js:4178:39)

    at invoke (http://localhost:3000/lib/angular/angular.js:4210:13)

    at Object.instantiate (http://localhost:3000/lib/angular/angular.js:4227:27)

    at http://localhost:3000/lib/angular/angular.js:8524:28

    at http://localhost:3000/lib/angular-ui-router/release/angular-ui-router.js:4081:28

    at invokeLinkFn (http://localhost:3000/lib/angular/angular.js:8281:9)


엄마출타한 에러.. 


난 usage대로 했을뿐이라구요..


노드보드 에디터 삽입 에러..