Zlatko,

that's a lot of code, but this is what I see

@View({
 templateUrl: "component/editview/editview.html",
 directives: [NgFor, NgIf, Toolbar, TableEditView, SingleEditView,EditView,
BafDialog]
})


export class EditView {

In the directives property you are calling 'EditView', the class itself, 
and it isn't yet defined, and in that same class you are calling 
'EditViewModel', so I'm pretty sure that in your directives property it 
should say 'EditViewModel' instead of 'EditView'.

>From my first answer I recommended you to use forwardRef, it was just a 
guess, but from your project structure you don't need it, so you can have 
it like it was at the beginning.

Eric,

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to