ヒントを表示し、ui-codemirror で辞書を定義する方法は?
$scope.cmOption = {
lineWrapping : true,
lineNumbers: true,
textWrapping: true,
indentWithTabs: true,
readOnly: false,
mode: "javascript",
matchBrackets: true,
autoCloseBrackets: true,
gutters: ["CodeMirror-lint-markers"],
lint: true,
showHint: true
};
ng-codemirror-dictionary-hint で試しましたが、エラーが発生します
instance.showHint は関数ではありません