0

angular jsのjqueryパススルーを通じて、ウェイポイントのスティッキー拡張機能を使用しようとしています。Jquery UI パススルーは一般的に機能しますが、スティッキーは機能しませんでした。これは、私がこれまでに試したことの jsfiddle です。

http://jsfiddle.net/lilacsunbird/bC5ts/

html:

<h2 class="my-sticky-element" ui-jq="waypoint" ui-options="sticky">Sticky 

コントローラ:

  angular.module('waypoints', ['ui']);

/* Controllers */
function WaypointsController($scope) {


     $scope.sticky = 'sticky';


    $scope.test = function(){
        alert('You have scrolled to an entry.');
    }
}

どうもありがとう

4

1 に答える 1