1
<!DOCTYPE html>
<html ng-app>
<head>
<title>Teste</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular.min.js"></script>
</head>
<body>
<p>{{5+5}}</p>
<p>{{ Work? }}</p>
</body>
</html>
I’ve tried everything else! I saw if the src link was already up to date and working, I tried to change with module and Interpolate.Provider, sometimes it works and it just seems to stop working. Please, if anyone has any ideas, let me know. Thanks, hug!
What is
Work?
? this will give error if not set– Ricardo Pontual
I messed up ali kkkk was supposed to be a string later
– Lucas Niehues de Farias
@Lucasniehuesdefarias do not modify the answers to add content. If adding content do so in the question itself.
– Augusto Vasques