Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
<!DOCTYPE html>
<html ng-app="app"  xmlns="http://www.w3.org/1999/xhtml">
<head >
    <title></title>
</head>
<body>
    <div></div>
    <script src="Scripts/angular.min.js"></script>
</body>
</html>







please help me.
thank u

What I have tried:

error occured at this line
<pre lang="c#">
<pre><html ng-app="app"  xmlns="http://www.w3.org/1999/xhtml">
Posted
Updated 30-Mar-17 6:03am
v3
Comments
Krishna Veni 30-Mar-17 11:09am    
please make reply
Richard Deeming 30-Mar-17 11:14am    
Help you with what? You haven't asked a question; you've just posted a vague warning message, without even telling us where that message is coming from.

And you need to learn to be patient. The unpaid volunteers who answer questions here are based all over the world, and most of us have real jobs to do as well. Expecting an answer within 20 minutes is not a good attitude to have.

1 solution

Since you have not used any controller, it will throw the error
either make the app name as empty or add a module and controller to it.
<html ng-app="" xmlns="http://www.w3.org/1999/xhtml" >
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900