会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
【腾讯云】云产品限时秒杀,爆款1核2G云服务器,首年99元
happenzh
首页
新随笔
联系
管理
2016年8月13日
自定义表单验证指令
摘要: 'use strict'; /* *检测用户名是否存在 */ angular.module('nswApp') .directive('checkname', function() { return { require: 'ngModel', restrict: 'A', scope: { checkName: '&check...
阅读全文
posted @ 2016-08-13 09:29 happenzh
阅读(302)
评论(0)
推荐(0)
编辑