AngularJS自定义URL验证指令

define(["../app"], function (app) { 'use strict'; app.directive('sshUrl', function($rootScope){ "use strict"; return { require: "ngModel", link: function (
相关文章
相关标签/搜索