angular-i18n 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Angular
2
2
  module I18n
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- angular.module('tanzFilters', []);
4
- angular.module('tanzFilters', []).filter('i18n', function($locale) {
3
+ angular.module('angular-i18n', []);
4
+ angular.module('angular-i18n', []).filter('i18n', function($locale) {
5
5
  return function(str) {
6
6
  var offset = 1;
7
7
  if (arguments[1] && arguments[1] === 'plural') {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angular-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: