Fixed: Navigation model must be public

This commit is contained in:
Sercan Yemen
2017-09-21 14:08:37 +03:00
parent b9198e3717
commit 05575d3f82

View File

@@ -1,6 +1,6 @@
export class NavigationModel
{
model: any[];
public model: any[];
constructor()
{