我已经花了30多分钟来写这个简单的hello世界,但它仍然不起作用。 这是我的HTML:
var weatherApp = angular.module('weatherApp', []);
weatherApp.controller('LogController', function($scope){
$scope.firstMessage = "Hello fucking world" ;
});
这是我的js文件:
(Pdb) type(inFile.z)
<type 'numpy.ndarray'>
(Pdb)
(Pdb) print inFile.z
[-0.188 -0.109 -0.02 ..., 0.373 0.356 0.385]
(Pdb)
控制台没有错误。我做错了什么?
答案 0 :(得分:5)
应该是ng-app
而不是np-app
<div class="container" ng-app="weatherApp" ng-controller="LogController">
{{ firstMessage }}
</div>
然后选择No wrap in head
选项Frameworks & Extensions
第二个下拉列表