Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
oops!
  • Loading branch information
thebigredgeek committed Aug 29, 2014
commit fbd8f7e3b8874b5229faf3a7e6b9079a57a4fbcc
2 changes: 1 addition & 1 deletion src/ng/directive/ngSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ var ngSwitchDirective = ['$animate', function($animate) {
return function(){
previousElements.splice(i, 1).remove();
};
}(i));
}(i)));
}

selectedElements.length = 0;
Expand Down