promethee 1.3.12 → 1.3.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bac5a5445b3fa2ad5b4ec3c24830ff9bb6d68df
4
- data.tar.gz: 89d7887b2a11116defdabd77aa5763e135f80109
3
+ metadata.gz: 1776f27dd12b69eb4f7de5c420d938ba725e475b
4
+ data.tar.gz: 60fa948ad2a81f072baeabc0c36ed933f521a08c
5
5
  SHA512:
6
- metadata.gz: bfa8a457217c836cc86b18d5c830cc9321a97f6b186740b393076511f57d03ea0556d92edb0ef601e8b19dc0224c46bde4a0c6d475473e0068f64bfc9b907866
7
- data.tar.gz: 685c4dea25a1b52410077318d6bd333cf8f4d47a001a0bc7d67e459ac59e116a70abeb67aa1a1d8784cb3e76f28847d635e2c99e50eed092c1bcbebd09f72555
6
+ metadata.gz: ac8cfcf7ea0ed9d17207ac62580c7278ef8f20d9ed968729000476705f375610207fe911137bd01ff329fa6f17c32fa78a26659b803b3faec49671a193f92b95
7
+ data.tar.gz: 9bf0cc3f3104542b6f55472ee0c393ad60b8f4c198f68778e30e260597f4df82251a4c891c6b319e58bb621c0fd96d2f7351222c627482c0e45a0f6b6a29688a
@@ -15,7 +15,7 @@ promethee_data = Promethee::Data.new master_data, localization_data: localizatio
15
15
  prometheeLocalizer.controller('PrometheeLocalizerController', ['$scope', 'data', function($scope, data) {
16
16
 
17
17
  $scope.data = data;
18
- $scope.component = data.components;
18
+ $scope.component = data;
19
19
 
20
20
  $scope.options = {
21
21
  toolbar: [
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.3.12'
3
+ VERSION = '1.3.13'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promethee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.12
4
+ version: 1.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Dargelos