Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

V2beta2 examples #223

Merged
merged 22 commits into from
Feb 2, 2016
Merged

V2beta2 examples #223

merged 22 commits into from
Feb 2, 2016

Conversation

jwasilgeo
Copy link
Contributor

@tomwayson please review. This branch introduces a slew of new test pages, example pages, and e2e tests. This covers the following issues, but there are a few caveats:

926a24b reverses a right float change from #192. I found that on small screens, the snippets div actually gets moved out of place and offset too much to the left when browsing examples. We can revisit a fix for that, if we see what was described in that issue, if the left nav becomes really short again.

And, just for a few housekeeping reminders, this PR includes merged/closed PRs #220 and #221, and is fully concerned with milestone v2-beta.2.

Jacob Wasilkowski and others added 20 commits January 22, 2016 15:57
that fixes the issue w/ the web map test/example page not woking
not saying it's pretty, and that it's what we should do long term,
but it works.
remove $scope.$evalAsync/$apply from webscene slides test/example by
- using promise form of esriLoader.require() - see #219
- moving view.then() into new on-load event of scene view directive

the on-load event  is more consistent w/ v1 map directive's load event
see /~https://github.com/Esri/angular-esri-map/blob/1e45fd121a90d0860aaaf3e24f944389fadc4378/src/map/EsriMapController.js#L176-L200

if this seems like a good approach we should add an on-load event to the
map view
when in doubt, $rootScope.$digest()
Conflicts:
	site/app/examples/webscene-slides.js
	test/webscene-slides.html
added on-load event to scene view directive
@jwasilgeo jwasilgeo added this to the v2-beta.2 milestone Feb 1, 2016
@tomwayson tomwayson self-assigned this Feb 1, 2016
another (final?) fix for snippets column alignment
@jwasilgeo
Copy link
Contributor Author

I went ahead and just pushed a final commit that also resolves #224 to add the property binding to the examples site. I think that commit also finally fixes the examples site snippets column alignment.

@tomwayson
Copy link
Member

@jwasil impressive work.

I've done a review, and everything looks perfect. Only issue is that I get one failing functional test for popups. Is that expected given the known bug w/ pop ups? If so we should skip it w/ xdescrbe().

@jwasilgeo
Copy link
Contributor Author

Thanks for the review of this big old PR! Yes, that should fail for now with what we know about popups. Do we also want to hide it from the examples page (comment out from appConfig.js?)

@tomwayson
Copy link
Member

Good idea, let's do that as well. Please push a commit w/ those changes and I'll merge.

@jwasilgeo
Copy link
Contributor Author

Cool, thanks for the feedback. Good to go.

tomwayson added a commit that referenced this pull request Feb 2, 2016
@tomwayson tomwayson merged commit 632c69b into master Feb 2, 2016
@tomwayson tomwayson deleted the v2beta2-examples branch February 2, 2016 19:43
@tomwayson tomwayson modified the milestones: v2-beta.2, v2-beta.1 Feb 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.