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

Commit 6ea8579

Browse files
author
AngularUI (via TravisCI)
committed
Travis commit : build 186
1 parent 682a912 commit 6ea8579

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="0.3.0"></a>
2+
## 0.3.0 (2015-05-04)
3+
4+
* **bower:** bump to CodeMirror ^5
5+
16
<a name="0.2.3"></a>
27
### 0.2.3 (2015-01-27)
38

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"main": "ui-codemirror.js",
55
"dependencies": {
6-
"angular": "~1.3",
7-
"codemirror": "~4.8"
6+
"angular": "^1.3",
7+
"codemirror": "^5.0"
88
}
99
}

ui-codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function uiCodemirrorDirective($timeout, uiCodemirrorConfig) {
1919

2020
// Require CodeMirror
2121
if (angular.isUndefined(window.CodeMirror)) {
22-
throw new Error('ui-codemirror need CodeMirror to work... (o rly?)');
22+
throw new Error('ui-codemirror needs CodeMirror to work... (o rly?)');
2323
}
2424

2525
return postLink;

ui-codemirror.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)