diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index 62cec9f2a233..8b05ed2630ea 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -219,7 +219,7 @@ var SelectController = * angular.module('ngrepeatSelect', []) * .controller('ExampleController', ['$scope', function($scope) { * $scope.data = { - * singleSelect: null, + * repeatSelect: null, * availableOptions: [ * {id: '1', name: 'Option A'}, * {id: '2', name: 'Option B'},