mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add stub angular controller for managing enterprise relationships
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Admin.controller "AdminEnterpriseRelationshipsCtrl", ($scope) ->
|
||||
$scope.hello = "Hello, angular."
|
||||
@@ -3,6 +3,13 @@
|
||||
|
||||
= render 'admin/shared/enterprises_sub_menu'
|
||||
|
||||
%table#enterprise-relationships
|
||||
%tr
|
||||
%td Hello, world.
|
||||
%div{"ng-app" => "ofn.admin", "ng-controller" => "AdminEnterpriseRelationshipsCtrl"}
|
||||
%table#enterprise-relationships
|
||||
%thead
|
||||
%tr
|
||||
%th Parent
|
||||
%th Child
|
||||
%tbody
|
||||
%tr
|
||||
%td {{ hello }}
|
||||
%td {{ hello }}
|
||||
|
||||
Reference in New Issue
Block a user