I am trying to develop a responsive web view. In this html source, I am using angular js. I am trying to call a function from html source.
2 Answers
The problem is that you are using C# in an JavaScript file. Angularjs is based on JavaScript and the code in app.js should be JavaScript.
Read about Angularjs here