We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8ea85 commit c3bc2deCopy full SHA for c3bc2de
1 file changed
src/dropdown/dropdown.js
@@ -7,11 +7,6 @@ angular.module('angularify.semantic.dropdown', [])
7
8
this.add_item = function (scope) {
9
$scope.items.push(scope);
10
-
11
- scope.$on('$destroy', function(event) {
12
- this.remove_accordion(scope);
13
- });
14
15
return $scope.items;
16
};
17
0 commit comments