Normalized button API for headers and nav bars

This commit is contained in:
Max Lynch
2013-12-04 15:59:52 -06:00
parent a83b57305f
commit 78a8adcb7b
6 changed files with 13 additions and 13 deletions

View File

@@ -79,8 +79,8 @@
$scope.rightButtons = [
{
text: 'Hello',
click: function(e) {
content: 'Hello',
tap: function(e) {
console.log('Click button');
}
}