meteor-factory / meteor-admin

26 stars 11 forks source link

Cannot Set Sidebar or Navbar: Cannot call method 'set' of undefined` #6

Open merlinstardust opened 8 years ago

merlinstardust commented 8 years ago

Immediately after adding the below code, I got the server side error `Cannot call method 'set' of undefined``

Admin.sidebar.set('Test', {
  icon: 'newspaper-o',
});

My admin configuration file is at lib/admin.js and I am using Meteor 1.2.0.2