Benjamin Charity
Benjamin Charity
I had to just create my own based on the [custom animation docs](https://github.com/durated/angular-parallax#custom-animator). ``` $scope.myOpacity = function(elementPosition) { var factor = -0.2; var pos = (Math.max(elementPosition.elemY*factor, 0)); var opacity =...
Big +1 to rethinking the $digest blocking. A bound model should always contain the content. IMO a plugin should never overwrite a piece of core framework functionality unless that plugin...
One solution would be to put the script tags into your partial. When the partial loads, it will call the js file. (Although since the library is not that large...
This ticket has been open for 3 years. Can we get some feedback from the maintainer(s)?
> @benjamincharity maybe use > `continue-on-error: true` -- see [docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error) I called this out in the original edit. There are multiple ways to functionally unblock ourselves to get around this,...
@jkowalleck thanks for calling this out. From your test it sure does looks like you are correct. I'll be happy to be wrong on this 😄 I will give it...
Yep: https://github.com/kamilkp/angular-vs-repeat#optional-parameters-attributes > `vs-autoresize` - use this attribute without vs-size and without specifying element's size. The automatically computed element style will readjust upon window resize if the size is dependable...
Hey @kamilkp, on iOS (device & simulator) the 'simple' example from the demo pages seems to scroll beautifully. However, when implementing in my own project I'm seeing the list not...
Bespoke implementation exists in Hub
Need feedback from the core team before we know if this is a viable approach.