0
我使用this日期選取器組件,並here是普拉克展示其用法與1.3.3版本ui.bootstrap
,當我要使用的日期選擇器min-date
選項,棱角分明給了我這個錯誤,解決此問題的任何解決方法?
Error: [$parse:syntax] Syntax Error: Token 'Apr' is an unexpected token at
column 5 of the expression [Wed Apr 05 2017 14:18:41 GMT+0330 (Iran Standard
Time)] starting at [Apr 05 2017 14:18:41 GMT+0330 (Iran Standard Time)].
錯誤的位置是在日期選擇器,farsi.js線83,因爲$解析服務不能用於分析日期的對象。請求作者給你解決方案 – tomcater
解決方法是什麼? – Rachmaninoff
範圍鏈繼承沒有實現,因爲scope。$ parent。$ watch對$ parsed date對象是完全錯誤的。請圖書館作家給你解決方案或更改他的代碼。 – tomcater