Splitting contact and social into two separate partials

This commit is contained in:
Rob Harrington
2014-11-28 12:57:09 +11:00
parent b10d623f26
commit eb2a6f0ef5
4 changed files with 33 additions and 29 deletions

View File

@@ -7,13 +7,14 @@ angular.module("admin.enterprises")
SideMenu.setItems [
{ name: 'Primary Details' }
{ name: 'Address' }
{ name: "Shipping Methods"}
{ name: "Payment Methods"}
{ name: "Enterprise Fees"}
{ name: 'Contact & Social' }
{ name: 'Contact' }
{ name: 'Social' }
{ name: 'About' }
{ name: "Business Details"}
{ name: 'Images' }
{ name: "Shipping Methods"}
{ name: "Payment Methods"}
{ name: "Enterprise Fees"}
{ name: "Preferences"}
]