您的位置:首页技术文章
文章详情页

angular.js - angurlarJS的安卓的微信端中用加载ngCookies会出错的问题

【字号: 日期:2022-10-09 08:57:05浏览:31作者:猪猪

问题描述

<script src='http://code.angularjs.org/1.2.9/angular-cookies.min.js'></script>--加载cookies的依赖var DemoApp = angular.module( ’DemoApp’, [’ngCookies’] ).config( demoConfig );--在module中创建

问题来了,在微信中浏览这个页面的时候加载依赖那里就停住了。。。但是同样的链接在PC和手机各种浏览器中加载都正常。最后把关于cookies的代码都去掉就正常了。只出现在安卓端,ios很正常。请问这是什么情况?有什么解决方法?

问题解答

回答1:

你的 ngcookies 版本 和 angularjs 版本必须一致才行,我都用的 1.4.3 版没有任何问题

标签: 微信
相关文章: