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
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 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