Ionic学习笔记2016-05

2016-05-23  本文已影响55人  BlessNeo
$ionicConfigProvider.views.swipeBackEnabled(false);​
[TypeError: Cannot read property 'nodeValue' of undefined]

解决办法:移除iOS平台,重新添加

cordova platform rm ios
cordova platform add ios
cordova prepare ios

The model must always be a Date object, otherwise Angular will throw an error. Invalid Date objects (dates whose getTime() is NaN) will be rendered as an empty string.The model must always be a Date object, otherwise Angular will throw an error. Invalid Date objects (dates whose getTime() is NaN) will be rendered as an empty string.

上一篇 下一篇

猜你喜欢

热点阅读