Seems like + your url is not valid ! But if you + want, + you can + still + add it + to your plugin.
+diff --git a/control/content/app.js b/control/content/app.js index e28e589..911ce04 100644 --- a/control/content/app.js +++ b/control/content/app.js @@ -130,4 +130,8 @@ webviewPluginApp.controller("webviewPluginCtrl", ["$scope", "$log", "$timeout", } }); }; + + $scope.isUrlValid = function (url) { + return /[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,6}\b(\/[-a-zA-Z0-9@:%_\+.~#?!?\/?\w\/?&//=]*)?/.test(url); + }; }]); \ No newline at end of file diff --git a/control/content/index.html b/control/content/index.html index 3a58c21..0d71adb 100644 --- a/control/content/index.html +++ b/control/content/index.html @@ -29,8 +29,7 @@
Seems like + your url is not valid ! But if you + want, + you can + still + add it + to your plugin.
+