material_raingular 0.6.2.2 → 0.6.2.3

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: 00db54510b1fb85764105a5091ff6106c197a2ab
4
- data.tar.gz: 45b69ba7ebe643868cff71a54f3458704a60d2d9
3
+ metadata.gz: ff7f931c2c37eacfbe29174b931bf6cf5ba7c33f
4
+ data.tar.gz: 2613f24af659158f8e16ca746f9e7a5f609b5d99
5
5
  SHA512:
6
- metadata.gz: e35a965f00ccdfb90f921d1bf8b7d33ce8c7a0a8f6c5b9107cb066793829eb97a286215dc824da0d31005bdec305f6e1c91e8e01f4a67b58dc9140c5df4cd7a5
7
- data.tar.gz: 8e2fdf0daf541f77a51a63b088b0c683e17094342071609b1cfa177625e27112391f422510752f3304c139c4cba112db15b9e0b94dd4ecf3eb5ce62d1de8bbb7
6
+ metadata.gz: 05d51aaa589da891604a3fb691696ad979ca032db5a52741cc331710dcaeb4551cbbcc012bb1ac04be74a020186ea6e57b9bdc83a938a82ccf97ea2805afe9e7
7
+ data.tar.gz: b7371251cdf4f407dcd264ceb01d4939aaf00a540833024269b83581a65f992d52614ea89bea552da90adda12038f08ad42ffd9fb1ae824c199d993c97f5f0bc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- material_raingular (0.6.2.2)
4
+ material_raingular (0.6.2.3)
5
5
  js-routes
6
6
 
7
7
  GEM
@@ -25,6 +25,7 @@ class DirectiveModels.MrUpdateModel extends AngularLinkModel
25
25
  ActiveRecord.$Resource._resourcify(@parentVal(),@_klass())
26
26
  _update: ->
27
27
  @_resourcify()
28
+ return unless @parentVal()
28
29
  @parentVal().$save.bind(@parentVal())().then((data) => @mrCallbackCtrl?.evaluate(data))
29
30
  _bind: -> @$timeout => @_bindInput()[@_funcName()]()
30
31
  _bindInput: =>
@@ -1,3 +1,3 @@
1
1
  module MaterialRaingular
2
- VERSION = "0.6.2.2"
2
+ VERSION = "0.6.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_raingular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2.2
4
+ version: 0.6.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Moody
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-24 00:00:00.000000000 Z
11
+ date: 2017-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler