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 May 4, 2022. It is now read-only.
From @TheCopartnery on September 20, 2016 14:58
PROBLEM:
$resolve is undefined when used within an ionView
$resolve should work correctly, just as it does for ngView
WORKAROUND / CODE FIX:
To work around the issue using the current version of Ionic create a file called ionic-overrides.js and add the following code...
Link to this file in your index.html just below your script link for app.js.
Functionality added in Angular 1.5.0-rc0
ngView: reference resolved locals in scope, resolveAs: '$resolve'
983b0598 - angular/angular.js@983b059
#13400 - angular/angular.js#13400
INFO
Ionic 1.3.1
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic CLI Version: 2.0.0
Ionic App Lib Version: 2.0.0-beta.20
OS: Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS
Node Version: v4.4.2
Copied from original issue: ionic-team/ionic-framework#8140
The text was updated successfully, but these errors were encountered: