Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Angular js HTML 5 problem(Angular js HTML 5 doesn't work - beginner)
Angular js HTML 5 problem [message #1708050] Fri, 11 September 2015 18:51 Go to next message
Jo Chan is currently offline Jo ChanFriend
Messages: 4
Registered: September 2015
Junior Member
index.php/fa/23238/0/Hi,
I installed Angular js plugin into my Eclipse successfully, I tried to run the following html for testing :

index.html
----------------
<!DOCTYPE html>
<html ng-app>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
</head>

<body>
Write some text in textbox:
<input type="text" ng-model="sometext" />

<h1>Hello {{sometext}}</h1>

</body>
</html>

Got the following from the web browser :

index.php/fa/23238/0/


Why the "sometext" is not processed, any clues???

Thanks,
Jo
  • Attachment: Capture.PNG
    (Size: 5.12KB, Downloaded 673 times)
Re: Angular js HTML 5 problem [message #1708095 is a reply to message #1708050] Sun, 13 September 2015 00:21 Go to previous message
Jo Chan is currently offline Jo ChanFriend
Messages: 4
Registered: September 2015
Junior Member
Tried it with external web browser works, it only doesn't work with internal browser using eclipse??


- Jo

Previous Topic:Unable to add modules for a Custom ServerType
Next Topic:Javascript debugging
Goto Forum:
  


Current Time: Fri Mar 29 10:20:48 GMT 2024

Powered by FUDForum. Page generated in 0.04098 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top