angularjs - AppGyver rootview can't open URL -
according tutorial:
all location properties can either supersonic routes or urls.
when use in structure.coffee, nothing loaded, initial splash screen shown:
rootview: location: "http://example.com/page1"
what else should set?
it looks current issue on github.
from post:
a workaround run local clone of steroids , change https://github.com/appgyver/steroids/blob/master/src/steroids/features.coffee#l6 false, after can write splashscreen: autohide: true
in config/app.coffee
.
Comments
Post a Comment