我一直在嘗試做一些概念驗證,並期待Plunker爲{{40/10}}
表達式編寫4
,但它從來沒有這樣做過。它出什麼問題了?不過,我看到斯科特艾倫能夠這樣做。 這裏是我的plunker鏈接:https://plnkr.co/edit/OTuxWEMmlWObMgGy9o2Z?p=preview爲什麼簡單的Angular hello world不工作?
<!DOCTYPE html>
<html>
<head>
<script data-require="[email protected]*" data-semver="2.0.0"
src="https://code.angularjs.org/2.0.0-beta.0/angular2.min.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body ng-app>
<h1>Hello Plunker!</h1>
{{40/10}}
</body>
</html>
你可以發佈你指的Scott Allen例子的鏈接嗎? – Ben
它在這個教程中:https://app.pluralsight.com/player?course=angularjs-get-started&author=scott-allen&name=angularjs-get-started-m1-introduction&clip=2&mode=live – Chanchal
你的東西有問題腳本src的URL,我試着用一個更老的Angular版本的例子,它工作正常 – Chara