angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.53k stars 3k forks source link

This error is occuring while building an Icon app #1983

Closed URajesh closed 9 years ago

URajesh commented 9 years ago
Failed to load resource: the server responded with a status of 404 (Not Found)
ionic.bundle.js:20306 ReferenceError: Media is not defined
at Scope.$scope.play (controllers.js:63)
at $parseFunctionCall (ionic.bundle.js:21044)
at ionic.bundle.js:53458
at Scope.$eval (ionic.bundle.js:23100)
at Scope.$apply (ionic.bundle.js:23199)
at HTMLButtonElement. (ionic.bundle.js:53457)
at HTMLButtonElement.eventHandler (ionic.bundle.js:11713)
at triggerMouseEvent (ionic.bundle.js:2863)
at tapClick (ionic.bundle.js:2852)
at HTMLDocument.tapMouseUp (ionic.bundle.js:2925)(anonymous function) @ ionic.bundle.js:20306

I am facing this type of errors while making an app

eddiemonge commented 9 years ago

I don't really know what this is but you should probably open the issue at Ionic. If you really think it is a ui-router bug, please provide specific code/examples we can use to troubleshoot.