angular-calendar-directive:日历组件的角度

时间:2024-06-02 13:56:14
【文件属性】:

文件名称:angular-calendar-directive:日历组件的角度

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-02 13:56:14

JavaScript

AngularJs的完整日历控件(用于重复使用的日历指令)。 食用方法: 步骤1: 步骤2:在您的控制器中添加依赖项,如下所示 var myApp = angular.module('myApp',['calendarControl']);; myApp.controller('myController',function($ scope){ //使用回调函数$ scope.selected = function(dt){console.log(dt); //返回所选日期。 }; });


【文件预览】:
angular-calendar-directive-master
----index.html(675B)
----bower.json(508B)
----Gruntfile.js(1KB)
----directive()
--------template.html(3KB)
--------calendarControl.js(8KB)
----README.md(525B)
----script.js(370B)
----dist()
--------calendar.min.js(6KB)
--------calendar.js(12KB)
----.gitignore(87B)
----package.json(584B)

网友评论