Open wuzhenda opened 6 years ago
Moving the ui-i18n up one div solves the issue. See my PR bellow: http://plnkr.co/edit/chetTiutSvu88SJwNnI5?p=preview
However, the reason why you are experiencing this problem is because the grid is currently set up in a way that it sets its own ui-i18n usage, which conflict with yours and we need to resolve it. https://github.com/angular-ui/ui-grid/blob/master/src/templates/ui-grid/ui-grid.html#L1
I set language to "zh-CN" ,It works ,but I always get error info in console logs which means I have set language to "zh-cn en",but I am not set any English.
here is the code: http://plnkr.co/edit/Au620ZzTQzHVvasNZHR9?p=preview