treasure-hunt icon indicating copy to clipboard operation
treasure-hunt copied to clipboard

Ember.js + Polymer + Cordova iOS app that demos state-bridging animations to provide context and clarity of purpose as a user moves through an application experience. Video: https://www.youtube.com/wa...

Results 5 treasure-hunt issues
Sort by recently updated
recently updated
newest added

the issue occurs in helpers/polymer-outlet.js line 13. ``` container = this.container; ``` `this` in 1.12 relates to `window` object thus does not have any `container` property. i have started a...

Hello, I'm trying to start your demo app but when I run `ember serve` I have an error: ``` undefined is not a function TypeError: undefined is not a function...

I pulled this down and did `npm install && bower install`, but I get this error in the console when running `ember serve`: ``` Error thrown while running shell command:...

These components are supposed to run natively on Chrome and they go through a polyfill in Safari. Yet the experience is super smooth in Safari (desktop and even iOS), but...