promethee 1.3.11 → 1.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46b0a3cf7c7322fb3bb9baef4e824a289cbd86b8
4
- data.tar.gz: 31d5ff93ad7a914421cb9887ce209222e2df0134
3
+ metadata.gz: 2bac5a5445b3fa2ad5b4ec3c24830ff9bb6d68df
4
+ data.tar.gz: 89d7887b2a11116defdabd77aa5763e135f80109
5
5
  SHA512:
6
- metadata.gz: 94dff183b2e1753f926cc16bd2ffe99096e7690045e3c27405226ca1a7133fbb6ee6e99cbda2ca460e6ad2fd800fc19562082a0e5d9f2b22e3f18478094f0714
7
- data.tar.gz: 27ab6c399996dbf25787fc9ccb04930a62b130b5a7216ad6b26053a192297ebe8043bd2150e501b34f42ea1d0a181cae6e187d585b9f73502c9c385fb4a58bcb
6
+ metadata.gz: bfa8a457217c836cc86b18d5c830cc9321a97f6b186740b393076511f57d03ea0556d92edb0ef601e8b19dc0224c46bde4a0c6d475473e0068f64bfc9b907866
7
+ data.tar.gz: 685c4dea25a1b52410077318d6bd333cf8f4d47a001a0bc7d67e459ac59e116a70abeb67aa1a1d8784cb3e76f28847d635e2c99e50eed092c1bcbebd09f72555
@@ -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 = {children: data.components};
18
+ $scope.component = data.components;
19
19
 
20
20
  $scope.options = {
21
21
  toolbar: [
@@ -38,7 +38,7 @@ promethee_data = Promethee::Data.new master_data, localization_data: localizatio
38
38
  <script type="text/ng-template" id="promethee/localize/component">
39
39
  <ng-include src="'promethee/components/' + component.type + '/localize'"></ng-include>
40
40
  </script>
41
-
41
+
42
42
  <input type="hidden" name="<%= object_name %>[<%= method_name %>]" id="page_data" value="{{data}}" />
43
43
 
44
44
  <% Dir["#{__dir__}/components/*/_localize.html.erb"].map do |file| %>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.3.11'
3
+ VERSION = '1.3.12'
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.11
4
+ version: 1.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Dargelos