mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Normalized button API for headers and nav bars
This commit is contained in:
@@ -79,8 +79,8 @@
|
||||
|
||||
$scope.rightButtons = [
|
||||
{
|
||||
text: 'Hello',
|
||||
click: function(e) {
|
||||
content: 'Hello',
|
||||
tap: function(e) {
|
||||
console.log('Click button');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user