var MainControlier = function($scope)
i
var person =[
firstName : "Sunny‘,
lastName : "Kumar”,
Src : "localhost/mytest.png"
];
Analyze the given code snippet Which of the following statements is incorrect about the above code snippet?
Correct Answer: person acts as a model to the scope object.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Angular JS MCQ Questions