文件名称:angular-moment:使用 MomentJS 表示相对时间的 AngularJS 指令
文件大小:203KB
文件格式:ZIP
更新时间:2024-07-28 01:37:06
JavaScript
角力矩 使用 MomentJS 表示相对时间的 AngularJS 指令 指示: momentApp.directive('amRelative', ['$timeout', function($timeout) { function update(scope, element) { element.text(moment(scope.actualTime).fromNow()); $timeout(function() { update(scope, element); }, 1000 * 60); } return { scope: { actualTime: '=amRel
【文件预览】:
angular-moment-master
----public_html()
--------moment.js(94KB)
--------main.js(847B)
--------index.html(773B)
--------angular.js(716KB)
----nbproject()
--------project.properties(319B)
--------project.xml(328B)
--------private()
----README.md(1KB)