Hello,
I am a beginner in AngularJS and I'm having problem in display a $scope
variable in my html page.
Here is my controller
app.controller("GrupoController", function ($scope){
$scope.message="Test";
});
My html page have
<script
src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.7/angular.min.js"></script>
<body>
{{$scope.message}}
</body>
Nothing is being display at my page, someone could help me in finding the
error?
Thanks
Pati
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.