mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Starting to build out the Angular.js app
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
angular.module("Shop").controller "ProductsCtrl", ($scope, Product) ->
|
||||
$scope.products = Product.all()
|
||||
#console.log Product
|
||||
|
||||
|
||||
Reference in New Issue
Block a user