digitalBush/jquery.maskedinput (https://github.com/digitalBush/jquery.maskedinput) to AngularJS
<script type="text/javascript" src="https://github.com/danicomas/angular-jquery-maskedinput/raw/master//cdn.jsdelivr.net/jquery.maskedinput/1.3.1/jquery.maskedinput.min.js"></script>
<script src="https://github.com/danicomas/angular-jquery-maskedinput/raw/master/scripts/angular-jquery-maskedinput.js"></script>
var app = angular.module('YourApp', ['angular-jquery-maskedinput']);
<input type="text" id="Creation_Date" name="Creation_Date" maxlength="50" class="form-control" data-ng-model="event.date" mask data-mask="99/99/9999" />
You can use:
data-mask
data-mask-placeholder (optative)
More information in https://github.com/digitalBush/jquery.maskedinput