angularjs - cascading selects use model data from first select
问题 I'm attempting to get at the version data stored inside the server model, however, it's not playing ball. My assumption is that on load the initial data from the first select is not yet available because it hasn't really been selected (technically speaking). I tried to use trigger('click') whether this would help at all, but it did absolutely nothing. I can't seem to find any answers out there and I have a feeling I maybe tackling it from the wrong end. edit: Forgot to mention, if I have to