本文介绍了使用ngMessage输入类型号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何利用NG-消息号码类型?
是否ngMessage支持最大和最小的属性?如果是的话怎么能做到呢?
How to leverage the ng-message for number type?Does ngMessage support max and min attributes? if so how can it be done?
从角实例链接
推荐答案
ngMessages
版本正式推出 1.3.0-beta.8
作为一个模块,所以你需要解决以下内容:
ngMessages
was officially introduced in version 1.3.0-beta.8
as a module, so you need to fix the following:
-
使用版本
1.3.0-beta.8
或更高版本(最新的是1.3.0-beta.9
现在)。
Use version
1.3.0-beta.8
or later (the latest is1.3.0-beta.9
right now).
包含角的消息[.min] .js文件
在你的HTML(它是一个独立的脚本)。
Include angular-messages[.min].js
in your HTML (it is a separate script).
声明 ngMessages
为你的模块/应用的依赖关系。
Declare ngMessages
as a dependency of your module/app.
又见这个 。
See, also, this short demo.
这篇关于使用ngMessage输入类型号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!