mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-03-09 19:12:03 +00:00
Fixed: Navigation model must be public
This commit is contained in:
parent
b9198e3717
commit
05575d3f82
@ -1,6 +1,6 @@
|
||||
export class NavigationModel
|
||||
{
|
||||
model: any[];
|
||||
public model: any[];
|
||||
|
||||
constructor()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user