mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Replace missing #lowercase function
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* (c) 2010-2014 Google, Inc. http://angularjs.org
|
||||
* License: MIT
|
||||
*/
|
||||
if (!angular.lowercase) angular.lowercase = str => angular.isString(str) ? str.toLowerCase() : str;
|
||||
|
||||
!function(a,b,c){"use strict";/**
|
||||
* @ngdoc module
|
||||
* @name ngSanitize
|
||||
|
||||
Reference in New Issue
Block a user