mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +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…
Reference in New Issue
Block a user