Skip to content

Commit

Permalink
change example url
Browse files Browse the repository at this point in the history
  • Loading branch information
machuanjia committed Jan 31, 2018
1 parent 872855c commit bbb6e92
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-wt-editor",
"version": "1.3.6",
"version": "1.3.7",
"homepage": "https://github.com/WorktileTech/angular-wt-editor",
"authors": [
"YCTech"
Expand Down
2 changes: 1 addition & 1 deletion dist/wt-editor-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wt-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ angular.module("wt-editor")
break;

case "link":
var iUrl = "http://xxx.com";
var iUrl = "http://example.com";
var _text = controller[0].getLocaleText('link-text');//链接文字
if (sel.text.length > 0) {
if (sel.text.indexOf('http') != -1) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-wt-editor",
"version": "1.3.6",
"version": "1.3.7",
"description": "angular-wt-editor =================",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ angular.module("wt-editor")
break;

case "link":
var iUrl = "http://xxx.com";
var iUrl = "http://example.com";
var _text = controller[0].getLocaleText('link-text');//链接文字
if (sel.text.length > 0) {
if (sel.text.indexOf('http') != -1) {
Expand Down

0 comments on commit bbb6e92

Please sign in to comment.