Skip to content

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

Merged
merged 2 commits into from
Mar 10, 2016
Merged

Action bar directives #104

merged 2 commits into from
Mar 10, 2016

Conversation

vakrilov
Copy link
Contributor

@vakrilov vakrilov commented Mar 9, 2016

Resolves #55
Ping: @hdeshev @nsndeck

@NathanWalker
Copy link
Contributor

Ooooohhh ma goodness. This is exciting. @vakrilov Awesome.

@matt4446
Copy link

matt4446 commented Mar 9, 2016

@vakrilov Nice
... and I was taking a short break from coding in the evenings..

selector: "ActionBar",
template: "<ng-content></ng-content>"
})
export class ActionBarDirective {
Copy link
Contributor

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.

@hdeshev
Copy link
Contributor

hdeshev commented Mar 10, 2016

Just had a chat with @vakrilov and we decided to rename <action-bar-scope> to <ActionBarExtension>

})
export class ActionBarDirective {
constructor(public element: ElementRef, private page: Page) {
console.log("ActionBarDirective.constructor: " + element.nativeElement)
Copy link
Contributor

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

@vakrilov vakrilov force-pushed the feature/action-bar branch from 8c50131 to 20f3eee Compare March 10, 2016 14:01
vakrilov added a commit that referenced this pull request Mar 10, 2016
@vakrilov vakrilov merged commit da652a5 into master Mar 10, 2016
@vakrilov vakrilov deleted the feature/action-bar branch March 10, 2016 14:16
@jdnichollsc
Copy link

Guys, what's the way to change the title using the ActionBarExtension component?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants