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