angular-smart-search 0.0.7 → 0.0.8

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: 83ac3b3075bfa04501aee56f6ebc8c0314a77270
4
- data.tar.gz: f5807fcebe7eabd1a60fcf3d11652f3483e8c0cd
3
+ metadata.gz: afff81d3439ad898dec44a779c50b7769794b23c
4
+ data.tar.gz: 1788b8c122639ff58903ac440b4045ec6e29c710
5
5
  SHA512:
6
- metadata.gz: ec4697a8a6da61f9067a1050765cee639a216046038ad81b7eaa46ed0ee37c4d526660b672e58abd0f49982ff56f06269d19e279d02b88fb3caac9a4bb2870dc
7
- data.tar.gz: 80c37f6cab48fbbfdee87b23836fc4add0359fe7d7b6310962218448641006272cb7165920f12613629b70e8e07d22a5d59df83aecc2b2451f7617a236489bc5
6
+ metadata.gz: d1500a865df18c577b7394f59386d38713e7931da3e61929fe1ba74660eeaebd929a62de0f739564437e48db16babef5737bf1551333dedfbf5beb696bbe24ce
7
+ data.tar.gz: 753a5e390b639b5b5faa30b148d810a8dd257fd5478058c38cf3661eae54a4aa24f92a2936fc0b3b6ffe613088d16b7ad5d91f78f0246b491ff90b9e77f7bf78
@@ -1,5 +1,5 @@
1
1
  // author: Samuel Mueller
2
- // version: 0.0.7
2
+ // version: 0.0.8
3
3
  // license: MIT
4
4
  // homepage: http://github.com/ssmm/angular-smart-search
5
5
  (function() {
@@ -40,11 +40,11 @@
40
40
  if (detailOverlay) {
41
41
  angular.element(template.find("detail-overlay")).append(detailOverlay.html());
42
42
  }
43
- element.replaceWith(template);
44
43
  id_field = angular.element("<input ng-model='result.id' type='text' style='width: 30px; display: none;'>");
45
44
  id_field.attr("id", attributes.id);
46
45
  id_field.attr("name", attributes.name);
47
- element.append(id_field);
46
+ template.append(id_field);
47
+ element.replaceWith(template);
48
48
  return {
49
49
  post: function($scope, $element, $attributes) {
50
50
  var allowedFormats, detailOverlayTrigger, hideOverlay, outerQueryTimeout, queryState, quickQueryInput, searchInput, searchOverlay, service, setResult, showOverlay;
@@ -1,3 +1,3 @@
1
1
  module AngularSmartSearch
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angular-smart-search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Mueller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-11 00:00:00.000000000 Z
11
+ date: 2013-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler