Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 38f8296

Browse files
author
AngularUI (via TravisCI)
committed
Travis commit : build 413
1 parent fb76876 commit 38f8296

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ui-utils-ieshiv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
3-
* @version v0.2.1 - 2015-01-07
3+
* @version v0.2.1 - 2015-02-05
44
* @link http://angular-ui.github.com
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/

ui-utils-ieshiv.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui-utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
3-
* @version v0.2.1 - 2015-01-07
3+
* @version v0.2.1 - 2015-02-05
44
* @link http://angular-ui.github.com
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/
@@ -600,7 +600,7 @@ angular.module('ui.mask', [])
600600
}
601601

602602
function initializeElement(){
603-
value = oldValueUnmasked = unmaskValue(controller.$modelValue || '');
603+
value = oldValueUnmasked = unmaskValue(controller.$viewValue || '');
604604
valueMasked = oldValue = maskValue(value);
605605
isValid = validateValue(value);
606606
var viewValue = isValid && value.length ? valueMasked : '';

0 commit comments

Comments
 (0)