oxymoron 1.1.3 → 1.1.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea3bf6d4abeecddd749b6fdc16fcc495d1770def
|
4
|
+
data.tar.gz: 5f7f6a15045e37610b079c4696726c5ef22c58a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 325d0f86ccec02962e354d8401669297eb0bafb7f346c70151d6336625a5c043229a21b584bdf369b701e7aa31ed027b1c8bec9764cb20b8372b544f3a20ac30
|
7
|
+
data.tar.gz: 3eaebb25c1f585cb30a2606182ab4daa05a51ec64d8b63cb059eac11fd7758780e4396e7b98d9282f1aeb407e8adc1f3b750db1cc6a6a88e05999f649df3467b
|
data/lib/oxymoron/version.rb
CHANGED
@@ -3956,6 +3956,8 @@ function $ViewDirective( $state, $injector, $uiViewScroll, $interpolate)
|
|
3956
3956
|
newScope = scope.$new();
|
3957
3957
|
latestLocals = $state.$current.locals[name];
|
3958
3958
|
|
3959
|
+
newScope.$emit('$viewContentLoading', name);
|
3960
|
+
|
3959
3961
|
var clone = $transclude(newScope, function(clone) {
|
3960
3962
|
renderer.enter(clone, $element, function onUiViewEnter() {
|
3961
3963
|
if(currentScope) {
|
@@ -3981,7 +3983,7 @@ function $ViewDirective( $state, $injector, $uiViewScroll, $interpolate)
|
|
3981
3983
|
*
|
3982
3984
|
* @param {Object} event Event object.
|
3983
3985
|
*/
|
3984
|
-
currentScope.$emit('$viewContentLoaded');
|
3986
|
+
currentScope.$emit('$viewContentLoaded', name);
|
3985
3987
|
currentScope.$eval(onloadExp);
|
3986
3988
|
}
|
3987
3989
|
};
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oxymoron
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kononenko Paul
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|
@@ -960,7 +960,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
960
960
|
version: '0'
|
961
961
|
requirements: []
|
962
962
|
rubyforge_project:
|
963
|
-
rubygems_version: 2.
|
963
|
+
rubygems_version: 2.5.1
|
964
964
|
signing_key:
|
965
965
|
specification_version: 4
|
966
966
|
summary: It's using AngularJS and Rails >= 4.2
|