Skip to content

Commit

Permalink
Fix 202 tutorial. You can't name a column 'Show Scope' because angula…
Browse files Browse the repository at this point in the history
…r pukes over the binding. that will be addressed later in some binding fixes
  • Loading branch information
swalters committed Aug 12, 2014
1 parent d7c6eaf commit 1b6b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/tutorial/202_externalScopes.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Then in a template, you access the scope using getExternalScopes() function.
$scope.gridOptions.columnDefs = [
{ name: 'firstName' },
{ name: 'lastName'},
{ name: 'Show Scope',
{ name: 'ShowScope',
cellTemplate:'<button class="btn primary" ng-click="getExternalScopes().showMe()">Click Me</button>' }
];

Expand Down

0 comments on commit 1b6b87f

Please sign in to comment.