Remove the 'ng' suffix of sub projects.

This commit is contained in:
yukon
2017-03-16 09:58:57 +08:00
commit b29f52bdfb
1052 changed files with 260816 additions and 0 deletions

View File

@@ -0,0 +1 @@
!function(){"use strict";var e=angular.module("ae-datetimepicker",[]);e.directive("datetimepicker",["$timeout",function(e){return{restrict:"EA",require:"ngModel",scope:{options:"=?",onChange:"&?",onClick:"&?"},link:function(n,t,i,a){var o=t.parent().hasClass("input-group")?t.parent():t;n.$watch("options",function(e){var n=o.data("DateTimePicker");$.map(e,function(e,t){n[t](e)})},!0),a.$render=function(){a.$viewValue?moment.isMoment(a.$viewValue)||a.$setViewValue(moment(a.$viewValue)):a.$setViewValue(null),o.data("DateTimePicker").date(a.$viewValue)};var u=function(e,n){return moment.isMoment(e)&&moment.isMoment(n)&&e.valueOf()===n.valueOf()};o.on("dp.change",function(t){if(!u(t.date,a.$viewValue)){var i=t.date===!1?null:t.date;a.$setViewValue(i),e(function(){"function"==typeof n.onChange&&n.onChange()})}}),o.on("click",function(){e(function(){"function"==typeof n.onClick&&n.onClick()})}),o.datetimepicker(n.options)}}}])}();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long