Replace missing #lowercase function

This commit is contained in:
Matt-Yorkley
2021-08-02 21:53:20 +01:00
parent 40531d769c
commit d268cc7bb7

View File

@@ -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