Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f5536ab

Browse files
jayspringategkalpak
authored andcommitted
docs(select): correct sample file text
Closes #12868
1 parent 9e6a9b9 commit f5536ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ var SelectController =
219219
* angular.module('ngrepeatSelect', [])
220220
* .controller('ExampleController', ['$scope', function($scope) {
221221
* $scope.data = {
222-
* singleSelect: null,
222+
* repeatSelect: null,
223223
* availableOptions: [
224224
* {id: '1', name: 'Option A'},
225225
* {id: '2', name: 'Option B'},

0 commit comments

Comments
 (0)