Skip to content

Commit

Permalink
Updated shokin tag
Browse files Browse the repository at this point in the history
  • Loading branch information
uaoleg committed Aug 13, 2015
1 parent 2d63371 commit 5bb17fe
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 10 deletions.
Binary file modified css/deputies.min.css
Binary file not shown.
Binary file modified css/styles.min.css
Binary file not shown.
6 changes: 3 additions & 3 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -27727,7 +27727,7 @@
"працює",
"новатор",
"ретроград",
"шокін-ок"
"шокін-геть"
],
"district": {
"id": "214",
Expand All @@ -27737,7 +27737,7 @@
"laws": {
"відвідуваність": 98,
"2087а": "absent",
"шокін": "no",
"шокін": "yes",
"1058": "absent",
"1558-1": "absent",
"1580": "yes",
Expand All @@ -27763,7 +27763,7 @@
],
"rate": 50
},
"шокін-ок": {
"шокін-геть": {
"laws": [
"шокін"
],
Expand Down
Binary file modified data/data.min.json
Binary file not shown.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if (src.indexOf('://') !== -1) {
js.src = src;
} else {
js.src = src.replace('.js', MIN + '.js') + '?vvkp-version-1.7.1';
js.src = src.replace('.js', MIN + '.js') + '?vvkp-version-1.7.3';
}
if (typeof attrs === 'object') {
for (var attrName in attrs) {
Expand All @@ -38,7 +38,7 @@
if (href.indexOf('://') !== -1) {
link.href = href;
} else {
link.href = href.replace('.css', MIN + '.css') + '?vvkp-version-1.7.1';
link.href = href.replace('.css', MIN + '.css') + '?vvkp-version-1.7.3';
}
head.appendChild(link);
}
Expand Down Expand Up @@ -76,7 +76,7 @@ <h1 style="font-size: 42px; text-align: center;">Універсальний пе
load-on-empty="false"
select-first-match="true"
max-results-to-show="100"
template="template/search/suggestions.html?vvkp-version-1.7.1"></auto-complete>
template="template/search/suggestions.html?vvkp-version-1.7.3"></auto-complete>
</tags-input>
</div>
</td>
Expand All @@ -89,7 +89,7 @@ <h1 style="font-size: 42px; text-align: center;">Універсальний пе
Знайдено депутатів: {{searchedDeputies.length}}
</b>
<button ng-if="searchStats.parties.length || searchStats.lawTags.length"
popover-template="'template/search/stats.html?vvkp-version-1.7.1'"
popover-template="'template/search/stats.html?vvkp-version-1.7.3'"
popover-placement="bottom"
popover-trigger="click"
class="btn btn-default btn-xs"
Expand Down Expand Up @@ -162,7 +162,7 @@ <h4 style="display: inline-block; margin: 10px 0 0;">
<table><tr>
<td style="padding: 0 10px 8px 0;">
<div class="deputy-tag-about">
<span popover-template="'template/deputy/tag-about.html?vvkp-version-1.7.1'"
<span popover-template="'template/deputy/tag-about.html?vvkp-version-1.7.3'"
popover-placement="left"
popover-trigger="click"
class="glyphicon glyphicon-info-sign fading"
Expand Down
Binary file modified index.min.html
Binary file not shown.
4 changes: 2 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

$scope.deputyPage = function(deputy) {
var modalInstance = $modal.open({
templateUrl: 'template/deputy/page.html?vvkp-version-1.7.1',
templateUrl: 'template/deputy/page.html?vvkp-version-1.7.3',
scope: $scope,
animation: true
});
Expand Down Expand Up @@ -466,7 +466,7 @@
};

// Load data
$http.get('data/data' + MIN + '.json?vvkp-version-1.7.1')
$http.get('data/data' + MIN + '.json?vvkp-version-1.7.3')
.then(function(response){
$scope.laws = response.data.laws;
$scope.lawTags = response.data.lawTags;
Expand Down
Binary file modified js/app.min.js
Binary file not shown.
Binary file modified js/deputy/deputy.min.js
Binary file not shown.
Binary file modified js/deputy/deputyCollection.min.js
Binary file not shown.
Binary file modified js/deputy/deputyModel.min.js
Binary file not shown.
Binary file modified js/extend.min.js
Binary file not shown.

0 comments on commit 5bb17fe

Please sign in to comment.