Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 990
Vincent Ducroquet Avatar asked Jun 30 '17 14:06

Vincent Ducroquet


1 Answers

Updating angular-ui-grid to 4.6.3 solved this for me, on Angular 1.7.4.

like image 59
Todd Hale Avatar answered Sep 19 '22 12:09

Todd Hale