AngularJS driective 封装 自动滚动插件
2021-06-23 00:05
标签:href lin class 使用方法 script $scope var rect 文件内容 1.ui-smooth-scroll.js文件内容 HTML 使用方法 Controller 中对 数据的绑定 搞定! AngularJS driective 封装 自动滚动插件 标签:href lin class 使用方法 script $scope var rect 文件内容 原文地址:http://www.cnblogs.com/pangguoming/p/7168342.htmlangular.module(‘app‘)
.directive(‘uiSmoothScroll‘, [‘$location‘, ‘$anchorScroll‘, function($location, $anchorScroll) {
return {
restrict: ‘AC‘,
scope: {
data:"="
},
template: ‘
‘+
‘
‘+
‘
$scope.slides = [{ image: ‘img/qy_lunbo_01.png‘ },{ image: ‘img/qy_lunbo_02.png‘ },{ image: ‘img/qy_lunbo_03.png‘ },{ image: ‘img/qy_lunbo_04.png‘ }];
文章标题:AngularJS driective 封装 自动滚动插件
文章链接:http://soscw.com/index.php/essay/97606.html