Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'lang' of undefined #3

Open
OlegGlushko opened this issue Sep 19, 2016 · 0 comments
Open

Cannot read property 'lang' of undefined #3

OlegGlushko opened this issue Sep 19, 2016 · 0 comments

Comments

@OlegGlushko
Copy link

Using angular2 RC4, cannot get past this error.

  1. Brought ng2-summernote from npm
  2. included in my webpack vendor
  3. added <ng2-summernote [(ngModel)]="mymodel.Description" [height]="300" [lang]="cs-CZ"> </ng2-summernote> to the template
  4. added imports + directive

import { Ng2Summernote } from 'ng2-summernote/ng2-summernote';
directives: [Ng2Summernote]

  1. Always crashes with same error, "Cannot read property 'lang' of undefined"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant