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

Commit 3b8f18e

Browse files
committed
chore(datepicker): change to single quotes
1 parent 0f3a521 commit 3b8f18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/datepicker/datepicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ angular.module('ui.bootstrap.datepicker', ['ui.bootstrap.dateparser', 'ui.bootst
325325
}
326326
};
327327

328-
$scope.$on("$destroy", function() {
328+
$scope.$on('$destroy', function() {
329329
//Clear all watch listeners on destroy
330330
while (watchListeners.length) {
331331
watchListeners.shift()();

0 commit comments

Comments
 (0)