我对Angular比较新,但我有以下HTMl:
{{myValue}}
由以下控制器支持:
'use strict';
angular.module('myApp').controller('myController', ['$scope', '$state', '$window', '$log', '$sce', 'Authentication',
function($scope, $state, $window, $log, $sce, Authentication) {
$scope.myValue = 'testing';
有人可以告诉我为什么只有后者myValue
在HTML中工作吗?
提前致谢。
答案 0 :(得分:0)
想出来。这与渲染模板引擎swig。
发生冲突