0
私はこれ以下で、私の日付ピッカーをカスタマイズしてみてください:コードの 論文でhttps://productblog.townscript.com/customizing-angular-ui-bootstrap-directives-c4461c12afa9#.hfvv6e2ilAngularjs日付ピッカーdaypickerDirective
行を:
不明プロバイダ:
$provide.decorator('daypickerDirective', function ($delegate) { var directive = $delegate[0]; directive.templateUrl = "custom-template/datepicker/day.html"; return $delegate; });
私はこのエラーをしました: daypickerDirectiveProvider
注:私は初心者です:/
ご存じですか?
アップデート1 http://plnkr.co/edit/1IJtST5eGrWVipLip7hX
もっと大きなコードサンプルを提供できますか?問題を診断するために提供したスニペットにはあまりありません。 –
プランナーhttp://plnkr.co/edit/1IJtST5eGrWVipLip7hX – Kenou