I am trying to learn angular js .I am able to get output .But on console i am getting this error .How to remove this error ?
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script type="application/javascript" src="ionic.js"></script>
</head>
<body ng-app="">
{{3+8}}
</body>
</html>
I just add two number using angular I am able to get expected result but getting this error on console.