You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in navbar.controller.js:
if both the conditions apply it generates:
$locationAuth
should be:
$location, Auth
Affected line:
constructor(<% if(!filters.uirouter) { %>$location<% } %><% if (filters.auth) { %>Auth<% } %>) {
The text was updated successfully, but these errors were encountered:
in navbar.controller.js:
if both the conditions apply it generates:
$locationAuth
should be:
$location, Auth
Affected line:
constructor(<% if(!filters.uirouter) { %>$location<% } %><% if (filters.auth) { %>Auth<% } %>) {
The text was updated successfully, but these errors were encountered: