New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-page-title

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-page-title

{{title}} for Ember applications

  • 2.0.5
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

{{title}} Ember Observer Score Build Status Code Climate

This addon provides a helper for changing the title of the page you're on.

Installing via ember-cli

ember-page-title follows the release format provided in The Ember 2.x Project. For support of Ember versions below 1.13, please use 1.1.11 (named as ember-document-title):

ember install ember-document-title@1.1.11

For any other app, follow the scheme outlined in the blog post. Previous versions of the addon may work with newer versions of Ember, but that is not guaranteed-- YMMV. If you're on the latest stable release of Ember, you may install the addon without a version number.

ember install ember-page-title

Digging in

Visit the Docs site

API

attributetypedefault
separatorstring`"
prependbooleanfalse
replacebooleanfalse

The default value for the separator can be overridden by extending the service that stores the list of titles:

// app/services/page-title-list.js
import PageTitleList from 'ember-page-title/services/page-title-list';

export default PageTitleList.extend({
  defaultSeparator: ' > '
});

Keywords

FAQs

Package last updated on 22 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc