search

Home  >  Q&A  >  body text

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

<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很正常。
请问这是什么情况?有什么解决方法?

phpcn_u1582phpcn_u15822744 days ago652

reply all(1)I'll reply

  • 仅有的幸福

    仅有的幸福2017-05-15 16:58:56

    Your ngcookies version must be consistent with the angularjs version.
    I use version 1.4.3 without any problems

    reply
    0
  • Cancelreply