标签: angularjs ejs
在我的app.js中
var my_constant='Test'
我想在我的视图页面上获取它=> my_constant
我不想通过我的控制器传递常量,而是想直接将其传递给视图。