angular-turbolinks 0.0.1 → 0.0.2

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: 154e3cc700a4bc97f9bf09d61400d4c72a10a050
4
- data.tar.gz: c544bdd9905690010f65bd0216b29a637801672a
3
+ metadata.gz: fbdaa5c3d6a148c572de57f963a036141a813811
4
+ data.tar.gz: 500116fb34fb5ab8412c18353ec3aa6846d5b18f
5
5
  SHA512:
6
- metadata.gz: 79ea116909e48bc963193b8de2faf5e5bee3bca335d301be57ae335af52f201d945c467497419d0eee39f725c9747de439cc6454df6711218fa0745ca0b0e1ca
7
- data.tar.gz: f62564cb01d3f3b2203c478b4d9dd29c199f6e11ba5a991e58e87bff82c702792933fb94bcb50c8cc84dfc4a87cb7ed0711a1ff32b9a413dee15f9ca0512e26e
6
+ metadata.gz: 2fa345e94bc048d3befa159acbb44ff94bb37804260328c963206d9ccd687edca4e04e4e020216bc2310778ccacc369d9d8179d5ba796b5b430624a8c13d3107
7
+ data.tar.gz: ff07075df0b113501c7fa2629ccad848acd94dc527a5836fad104f58e8761f3a0be42fd922870458d0d74d6339c5044a87343b5f33102e4806fbd8a99561cac6
@@ -1,5 +1,5 @@
1
1
  module Angular
2
2
  module Turbolinks
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -139,7 +139,7 @@ angular.module('ngTurbolinks', []).run(($location, $rootScope, $http, $q)->
139
139
  else
140
140
  document.location.href = url
141
141
  ).error(->
142
- console.log 'error'
142
+ document.location.href = url
143
143
  )
144
144
 
145
145
  # Handle bug in Firefox 26/27 where history.state is initially undefined
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angular-turbolinks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cary Dunn