Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 78e2ede

Browse files
committed
Merge pull request #29 from fpirsch/hotfix-model-binding
Angular 1.2.x model binding support
2 parents 8f7f377 + 727d86d commit 78e2ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui-codemirror.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ angular.module('ui.codemirror', [])
99
return {
1010
restrict: 'EA',
1111
require: '?ngModel',
12+
priority: 1,
1213
compile: function compile(tElement, tAttrs, transclude) {
1314

1415
// Require CodeMirror

0 commit comments

Comments
 (0)