Skip to content

Commit

Permalink
fix(version): correct module instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
doshprompt committed Jun 5, 2014
1 parent edfff23 commit 8da5d6e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/angular-localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,5 @@ angular.module('ngLocalize.InstalledLanguages', [])
.value('localeFallbacks', {
'en': 'en-US'
});
angular.module('ngLocalize.Version')
angular.module('ngLocalize.Version', [])
.constant('localeVer', 'v1.0.0');
2 changes: 1 addition & 1 deletion dist/angular-localization.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/angular-localization.min.js.gzip
Binary file not shown.
Loading

0 comments on commit 8da5d6e

Please sign in to comment.