Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用ng-message时,它按预期工作。但是,当我尝试使用时ng-message-exp,它会立即显示所有消息。有人可以确认这是否是错误吗?
ng-message
ng-message-exp
请在此处找到 plnk
根据文档,Angularjs 1.3ngMessageExp中没有定义指令。您应该升级到1.4
ngMessageExp