@@ -54,7 +54,8 @@ angular.module('splash.events', [])
54
54
{
55
55
id : 0 ,
56
56
name :'dancing event' ,
57
- image : 'url(img/event1.jpg)' ,
57
+ backImage : 'url(img/event1.jpg)' ,
58
+ image : 'img/event1.jpg' ,
58
59
date : 'DIC 25' ,
59
60
users : [ '313' ] ,
60
61
posSwipes : 0 ,
@@ -64,7 +65,8 @@ angular.module('splash.events', [])
64
65
{
65
66
id : 1 ,
66
67
name :'disco event' ,
67
- image : 'url(img/event2.jpg)' ,
68
+ backImage : 'url(img/event2.jpg)' ,
69
+ image : 'img/event2.jpg' ,
68
70
date : 'DIC 25' ,
69
71
users : [ '313' , '314' ] ,
70
72
posSwipes : 0 ,
@@ -73,7 +75,8 @@ angular.module('splash.events', [])
73
75
{
74
76
id : 2 ,
75
77
name :'electro event' ,
76
- image : 'url(img/event3.jpg)' ,
78
+ backImage : 'url(img/event3.jpg)' ,
79
+ image : 'img/event3.jpg' ,
77
80
date : 'DIC 25' ,
78
81
users : [ '313' , '314' , '315' ] ,
79
82
posSwipes : 0 ,
@@ -82,7 +85,8 @@ angular.module('splash.events', [])
82
85
{
83
86
id : 3 ,
84
87
name :'dancing event' ,
85
- image : 'url(img/event1.jpg)' ,
88
+ backImage : 'url(img/event1.jpg)' ,
89
+ image : 'img/event1.jpg' ,
86
90
date : 'DIC 25' ,
87
91
users : [ '313' ] ,
88
92
posSwipes : 0 ,
@@ -92,7 +96,8 @@ angular.module('splash.events', [])
92
96
{
93
97
id : 4 ,
94
98
name :'disco event' ,
95
- image : 'url(img/event2.jpg)' ,
99
+ backImage : 'url(img/event2.jpg)' ,
100
+ image : 'img/event2.jpg' ,
96
101
date : 'DIC 25' ,
97
102
users : [ '313' , '314' ] ,
98
103
posSwipes : 0 ,
@@ -101,7 +106,8 @@ angular.module('splash.events', [])
101
106
{
102
107
id : 5 ,
103
108
name :'electro event' ,
104
- image : 'url(img/event3.jpg)' ,
109
+ backImage : 'url(img/event3.jpg)' ,
110
+ image : 'img/event3.jpg' ,
105
111
date : 'DIC 25' ,
106
112
users : [ '313' , '314' , '315' ] ,
107
113
posSwipes : 0 ,
@@ -110,7 +116,8 @@ angular.module('splash.events', [])
110
116
{
111
117
id : 6 ,
112
118
name :'dancing event' ,
113
- image : 'url(img/event1.jpg)' ,
119
+ backImage : 'url(img/event1.jpg)' ,
120
+ image : 'img/event1.jpg' ,
114
121
date : 'DIC 25' ,
115
122
users : [ '313' ] ,
116
123
posSwipes : 0 ,
@@ -120,7 +127,8 @@ angular.module('splash.events', [])
120
127
{
121
128
id : 7 ,
122
129
name :'disco event' ,
123
- image : 'url(img/event2.jpg)' ,
130
+ backImage : 'url(img/event2.jpg)' ,
131
+ image : 'img/event2.jpg' ,
124
132
date : 'DIC 25' ,
125
133
users : [ '313' , '314' ] ,
126
134
posSwipes : 0 ,
@@ -129,7 +137,8 @@ angular.module('splash.events', [])
129
137
{
130
138
id : 8 ,
131
139
name :'electro event' ,
132
- image : 'url(img/event3.jpg)' ,
140
+ backImage : 'url(img/event3.jpg)' ,
141
+ image : 'img/event3.jpg' ,
133
142
date : 'DIC 25' ,
134
143
users : [ '313' , '314' , '315' ] ,
135
144
posSwipes : 0 ,
0 commit comments