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

Commit

Permalink
chore(datepicker): change to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Apr 6, 2016
1 parent 0f3a521 commit 3b8f18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ angular.module('ui.bootstrap.datepicker', ['ui.bootstrap.dateparser', 'ui.bootst
}
};

$scope.$on("$destroy", function() {
$scope.$on('$destroy', function() {
//Clear all watch listeners on destroy
while (watchListeners.length) {
watchListeners.shift()();
Expand Down

0 comments on commit 3b8f18e

Please sign in to comment.