-
Notifications
You must be signed in to change notification settings - Fork 311
[RC1] Templates in external .html file not found #167
Comments
This is fixed is master now. Will let you know when to test @basvdijk. Thanks, |
@danbucholtz thanks, appreciated. Any thoughts on when this will be released? |
Not sure. Can you test it for me quick? I'm waiting for more feedback. See instructions here. Should take 30 seconds to implement change to test. Thanks, |
@danbucholtz commented the suggested line and error got away 👍 |
w00t! I now have three positive tests. Expect to see that fix land today. Thanks, |
Hi, |
We released a new CLI and a new app-scripts
I'll re-open if needed. Closing for now. Thanks, |
I'm still having this issue with dev build.
Here's the output of ionic info: |
Can you install the latest app-scripts?
Thanks, |
Updating to the newest app-scripts fixed this for me. |
Hi @danbucholtz, sorry about that.. First time I did a npm install of latest but didn't update at all.. Had to change some dependencies on node_modules. |
From @basvdijk on October 14, 2016 14:8
Short description of the problem:
The template files are searched in the wrong path (
src/src
instead ofsrc
):ionic-app/src/src/pages/Settings/Settings.html
What behavior are you expecting?
The templates being searched in:
ionic-app/src/pages/Settings/Settings.html
My component:
I've also tried
./Settings.html
My package.json:
Which Ionic Version? 2.x
Run
ionic info
from terminal/cmd prompt: (paste output below)Copied from original issue: ionic-team/ionic-framework#8708
The text was updated successfully, but these errors were encountered: