UNPKG
cmsmon
Version:
latest (1.0.0)
1.0.0
github.com/anhoev/cms
anhoev/cms
cmsmon
/
backend
/
mobile
/
products.jade
8 lines
•
279 B
text/jade
View Raw
1
2
3
4
5
6
7
8
div
div
( ng-repeat=
"product in serverFn.products() track by $index"
cms-editor=
"{ref: product._id, type: 'Product'}"
cms-remove=
"serverFn.products().splice($index, 1)"
cms-menu=
"true"
)
span
(ng-bind=
"product.text"
)
span
(ng-bind=
"product.price"
)