Computer Science, asked by zealgandhi0404, 4 months ago


In AngularJS, which of the following parameters is passed to the controller function and then acts as the model?

Answers

Answered by Itzgoldenking
5

Answer:

Short answer, using the Module. value method allows you to pass data into a controller constructor. The constructor in my controller then accepts a parameter with that same identifier 'model' which it can then access.

Explanation:

Similar questions