Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

feat(datepicker): add uib- prefix #4509

Closed

Conversation

wesleycho
Copy link
Contributor

Might need assistance here, but here's what I have - I refactored the linking functions into controllers so the code can be reused between the deprecated and new prefixed directives.

@wesleycho wesleycho added this to the 0.14.0 (Bootstrap 3.3) milestone Oct 2, 2015
@wesleycho wesleycho force-pushed the feat/datepicker-rename branch 3 times, most recently from cdc509e to cc3ccb7 Compare October 2, 2015 22:41
@RobJacobs RobJacobs mentioned this pull request Oct 7, 2015
18 tasks
@wesleycho wesleycho force-pushed the feat/datepicker-rename branch from cc3ccb7 to bed9e0b Compare October 7, 2015 07:36
@wesleycho wesleycho force-pushed the feat/datepicker-rename branch from bed9e0b to 9a76141 Compare October 7, 2015 14:13
@wesleycho
Copy link
Contributor Author

This PR is good for review now.

function(scope, element, attrs, $compile, $parse, $document, $rootScope, $position, dateFilter, dateParser, datepickerPopupConfig, $timeout) {
var self = this;
var cache = {},
isHtml5DateInput = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this missing a var for declaration?

@wesleycho wesleycho force-pushed the feat/datepicker-rename branch from 9a76141 to 035c0e6 Compare October 8, 2015 05:31
@wesleycho wesleycho closed this in 44354f6 Oct 8, 2015
@wesleycho wesleycho deleted the feat/datepicker-rename branch November 7, 2015 22:46
@llafuente
Copy link

This is a breaking change: datepickerConfig and datepickerPopupConfig no longer exists.

@icfantv
Copy link
Contributor

icfantv commented Nov 24, 2015

@llafuente, good catch. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants