我有一个index.ejs
expo start --offline
我想查看活动的导航标签。但是 Object.getPrototypeOf($ route.current)为空。我检查代码。 (因此,代码具有{{...}})。
我也有app.config.js
<ul class="nav nav-tabs">
<li ui-route="#/Home" ng-class="{active: Object.getPrototypeOf($route.current) === '/Home'}">
{{Object.getPrototypeOf($route.current) }}
<a href="#Home">Home</a>
</li>
</ul>
它有一个路线提供者和位置提供者。我错了吗?为什么我不能使用($ route,$ window)。
我需要帮助