Menu not rendering on ng-include of html page.

I am using angular in webix.

  1. I have created header.html page that contains webix-menu.
  2. I am including header.html into index.html page.
  3. The issue is, page is included, but the webix menu is not rendered with menu items.
  4. If I don’t use header.html and directly use the code in index.html then it works fine.

The issue has been solved. I have done some silly mistakes.