-
-
Notifications
You must be signed in to change notification settings - Fork 241
Action bar directives #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Ooooohhh ma goodness. This is exciting. @vakrilov Awesome. |
@vakrilov Nice |
selector: "ActionBar", | ||
template: "<ng-content></ng-content>" | ||
}) | ||
export class ActionBarDirective { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename to ActionBarComponent? Not a directive anymore.
Just had a chat with @vakrilov and we decided to rename |
}) | ||
export class ActionBarDirective { | ||
constructor(public element: ElementRef, private page: Page) { | ||
console.log("ActionBarDirective.constructor: " + element.nativeElement) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should switch all those console.log
statements to util.traceLog
8c50131
to
20f3eee
Compare
Guys, what's the way to change the title using the ActionBarExtension component? |
Resolves #55
Ping: @hdeshev @nsndeck