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

Problem with ngFor in Angular JS #33

Open
jibon57 opened this issue May 18, 2017 · 3 comments
Open

Problem with ngFor in Angular JS #33

jibon57 opened this issue May 18, 2017 · 3 comments

Comments

@jibon57
Copy link

jibon57 commented May 18, 2017

Hello,

First of thanks for the plugin. During my testing with NS 3.0 Angular JS ngFor command I am getting following error:

JS: ERROR Error: Path "" is not a valid file or resource.
JS: ERROR CONTEXT [object Object]
JS: ERROR Error: Path "" is not a valid file or resource.
JS: ERROR CONTEXT [object Object]
JS: ERROR Error: Path "" is not a valid file or resource.
JS: ERROR CONTEXT [object Object]

My template:

<StackLayout class="cardStack" *ngFor="let course of courses">
          <MyCourseCardView class="MyCoursecardStyle" margin="10" elevation="40" radius="1">
            <GridLayout rows="*,*" columns="*,*,*">

              <WebImage stretch="aspectFit" row="0" rowspan="3" col="0" *ngIf="course.summary_files[0]" src="{{course.summary_files[0].url}}"></WebImage>

              <Label class="courseTitle" row="0" col="1" colspan="2" [text]="course.fullname" textWrap="true"></Label>

            </GridLayout>
          </MyCourseCardView>

Any idea to solve this problem? Thanks in advance.

@codeback
Copy link

I'm experiencing the same problem with NS 3.0

@kilka
Copy link

kilka commented May 24, 2017

I'm having the same issue as well using NS 3.0.

@MuhammadTahir92
Copy link

I have the same issue also does anyone have solved the issue @codeback @kilka

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

4 participants