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
Hey, I've a problem, I'm using this API on different partials in same application, I've made a partial ndDroplet.htm and calling it in different partials via , but the controller is same for handling the requests, now the problem is I'm getting this Error, I've absolutely no idea what to do with it.
Error: [$compile:multidir] Multiple directives [progressbar, progressbar (module: Main_Module)] asking for new/isolated scope on: <div class="loading-path bar" ng-class="type && "bar-" + type" data-progressbar="" ng-model="interface.progress.percent" d="M 0,1 L 398,1 L 398,234 L 1,234 L 0,1" stroke="#D3B2D1" stroke-width="1" fill-opacity="0" style="stroke-dasharray: 392px, 392px;stroke-dashoffset: 392px;">
The text was updated successfully, but these errors were encountered:
Hey, I've a problem, I'm using this API on different partials in same application, I've made a partial ndDroplet.htm and calling it in different partials via , but the controller is same for handling the requests, now the problem is I'm getting this Error, I've absolutely no idea what to do with it.
Error: [$compile:multidir] Multiple directives [progressbar, progressbar (module: Main_Module)] asking for new/isolated scope on: <div class="loading-path bar" ng-class="type && "bar-" + type" data-progressbar="" ng-model="interface.progress.percent" d="M 0,1 L 398,1 L 398,234 L 1,234 L 0,1" stroke="#D3B2D1" stroke-width="1" fill-opacity="0" style="stroke-dasharray: 392px, 392px;stroke-dashoffset: 392px;">
The text was updated successfully, but these errors were encountered: