File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- react-component( name ="ChallengeFiltersExample" props ="reactProps" watch-depth ="reference" )
1
+ react-component.listings ( name ="ChallengeFiltersExample" props ="reactProps" watch-depth ="reference" )
2
2
3
3
script .
4
4
(function () {
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import angular from 'angular'
21
21
'listings' : {
22
22
parent : 'root' ,
23
23
url : '/listings/' ,
24
- template : require ( './listings' ) ( ) ,
25
24
controller : 'ListingsCtrl as vm' ,
26
25
resolve : {
27
26
userHandle : [ '$stateParams' , function ( $stateParams ) {
@@ -31,6 +30,11 @@ import angular from 'angular'
31
30
data : {
32
31
authRequired : false ,
33
32
title : 'Listings'
33
+ } ,
34
+ views : {
35
+ 'container@' : {
36
+ template : require ( './listings' ) ( )
37
+ }
34
38
}
35
39
}
36
40
}
You can’t perform that action at this time.
0 commit comments