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
{{ message }}
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
Grabbed new build to use future states. After adding I get a internalStates is not defined, tracing internalStates its local variable defined in the core. I DO have core included but because of closure its not getting it.
Uncaught Error: [$injector:modulerr] Failed to instantiate module myapp due to:
ReferenceError: internalStates is not defined
at findState (http://windows.local/swimlane-local/bower_components/ui-router-extras/release/modular/ct-ui-router-extras.future.js:77:47)
at _futureStateProvider.futureState (http://windows.local/swimlane-local/bower_components/ui-router-extras/release/modular/ct-ui-router-extras.future.js:52:22)
at http://windows.local/swimlane-local/dist/common/utils/routing.js:35:28
at Array.forEach (native)
at exports.routing.RouterConfig (http://windows.local/swimlane-local/dist/common/utils/routing.js:34:18)
at Object.invoke (http://windows.local/swimlane-local/bower_components/angular/angular.js:4182:17)
at runInvokeQueue (http://windows.local/swimlane-local/bower_components/angular/angular.js:4088:35)
at http://windows.local/swimlane-local/bower_components/angular/angular.js:4097:11
at forEach (http://windows.local/swimlane-local/bower_components/angular/angular.js:323:20)
at loadModules (http://windows.local/swimlane-local/bower_components/angular/angular.js:4078:5)
http://errors.angularjs.org/1.3.11/$injector/modulerr?p0=swimlane&p1=Refere…ocal%2Fswimlane-local%2Fbower_components%2Fangular%2Fangular.js%3A4078%3A5)
The text was updated successfully, but these errors were encountered:
Fixed. Note: It would be nice to turn off debug messages for things that 'work' right by default. Example: $log.debug("event, unfoundState, fromState, fromParams", event, unfoundState, fromState, fromParams);
@christopherthielen I've noticed if the ui-router can't resolve the future state when using the ui-sref directive it doesn't add the href hash to it causing it not to have a pointer ....
Grabbed new build to use future states. After adding I get a internalStates is not defined, tracing internalStates its local variable defined in the core. I DO have core included but because of closure its not getting it.
The text was updated successfully, but these errors were encountered: