Search code examples
javascriptangularjsangular-ui-grid

Angular.uppercase() is not a function in Angular 1.6


I added a js file, ui-grid.js and it uses a function uppercase() which is not recognize. All other angular function are working in my project, but when I include the js file, I have this error.

I checked if ui-grid.js is loaded after angular.js and it is.

I really don't understand why


Solution

  • ui-grid is not compatible with Angular 1.6

    UI-Grid is currently compatible with Angular versions ranging from 1.2.x to 1.4.x.