Skip to content

Commit 907820e

Browse files
committed
chore(build): add latest files to dist
1 parent 565841f commit 907820e

4 files changed

+3
-3
lines changed

dist/angular-localization.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ angular.module('ngLocalize.Events', [])
2323
resourceUpdates: 'ngLocalizeResourcesUpdated',
2424
localeChanges: 'ngLocalizeLocaleChanged'
2525
});
26-
angular.module('ngLocalize', ['ngCookies', 'ngLocalize.Config', 'ngLocalize.Events', 'ngLocalize.InstalledLanguages'])
26+
angular.module('ngLocalize', ['ngCookies', 'ngSanitize', 'ngLocalize.Config', 'ngLocalize.Events', 'ngLocalize.InstalledLanguages'])
2727
.service('locale', ['$http', '$q', '$log', '$rootScope', '$window', '$cookieStore', 'localeConf', 'localeEvents', 'localeSupported', 'localeFallbacks',
2828
function ($http, $q, $log, $rootScope, $window, $cookieStore, localeConf, localeEvents, localeSupported, localeFallbacks) {
2929
var currentLocale,

dist/angular-localization.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-localization.min.js.gzip

15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)