前端 - angular报错?
问题描述
<!DOCTYPE html><html lang='en' ng-app='app'><head> <meta charset='UTF-8'> <meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0'> <script src='https://www.haobala.com/wenda/js/rem.js'></script> <script src='https://www.haobala.com/wenda/js/Angular.js'></script> <title>longin</title> <style>body{ padding-top:1.5rem; display: flex; justify-content: center; align-items: center; font-size: 16px}input{} </style></head><body> <p ng-controller='defaultCtrl'><h1>律所SaaS系统</h1><p class='longin'> <h3>登录</h3> <p class='phoneNub'><span>手机号</span><input type='number' ng-model='phone' ng-change='check()'> </p> <p class='yzm'><span>验证码</span><input type='number' name='' ng-model='yzm'><a href='https://www.haobala.com/wenda/14097.html' class='fsyz'>获取验证码</a> </p> <a href='https://www.haobala.com/wenda/14097.html' class='loginTo'>登录</a></p> </p></body><script> angular.module('app',[]) .controller('defaultCtrl',[’$scope’,function($scope){$scope.phone='',$scope.yzm='',$scope.check = function(){ console.log('2') if(/^1(3|4|5|7|8)d{9}$/.test($scope.phone)){alert('1') }} }])</script></html>报错VM366:158 Uncaught TypeError: Cannot read property ’description’ of undefined
问题解答
回答1:确定是angular报的错?检查下rem.js吧

相关文章:
1. css - 文字排版问题,内容都是动态抓出来的,字数不一定。如何对齐啊2. css3 - 微信前端页面遇到的transition过渡动画的bug3. 网页爬虫 - 关于Python的编码与解码问题4. git - 在web应用分布式部署的情况下怎么进行配置更新5. css3 - 微信小程序如何把radio改成2个选择按钮的样式6. 微信开放平台 - ios APP能不能打开微信然后通过微信跳转到指定的URL?7. php - TP5的登录验证问题8. css - input间的间距和文字上下居中9. javascript - imgzoom插件所引发的bug血案!!!!10. php ZipArchive关于不同目录文件压缩

网公网安备