mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
Adding basic angular to welcome form
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
//= require ./products/products
|
||||
//= require ./shipping_methods/shipping_methods
|
||||
//= require ./users/users
|
||||
//= require ./welcome/welcome
|
||||
//= require textAngular.min.js
|
||||
//= require textAngular-sanitize.min.js
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
angular.module("admin.welcome")
|
||||
.controller "welcomeCtrl", ($scope) ->
|
||||
$scope.sells = "unspecified"
|
||||
1
app/assets/javascripts/admin/welcome/welcome.js.coffee
Normal file
1
app/assets/javascripts/admin/welcome/welcome.js.coffee
Normal file
@@ -0,0 +1 @@
|
||||
angular.module("admin.welcome", [])
|
||||
Reference in New Issue
Block a user