You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iam facing problem with angularja
i have spring rest api in that i have json object .while hitting api by using angularjs output is like this
{
courseCatalogTitle:"Core-Java"
courseTitle:"Java"
subTitle:"not found"
videoFileName:"/learninghub-files/Java/Core-Java/videos/basics of java.mp4"
}
but in my html file i taking videofileName.in that i have to add
(Learning-Hub/learninghub-files/Java/Core-Java/videos/basics of java.mp4)
my question is how to add (Learning-Hub) to remaing (videoFileName) in my html
my code is:
<video
The text was updated successfully, but these errors were encountered:
iam facing problem with angularja
i have spring rest api in that i have json object .while hitting api by using angularjs output is like this
{
courseCatalogTitle:"Core-Java"
courseTitle:"Java"
subTitle:"not found"
videoFileName:"/learninghub-files/Java/Core-Java/videos/basics of java.mp4"
}
but in my html file i taking videofileName.in that i have to add
(Learning-Hub/learninghub-files/Java/Core-Java/videos/basics of java.mp4)
my question is how to add (Learning-Hub) to remaing (videoFileName) in my html
my code is:
<video
The text was updated successfully, but these errors were encountered: