Class DefaultResolver

The DefaultResolver defines the default lookup rules to resolve container lookups before consulting the container for registered items: templates are looked up on Ember.TEMPLATES other names are looked up on the application after converting the name. For example, controller:post looks up App.PostController by default.

Hierarchy

Index

Properties

Methods

Properties

public namespace: Application

Methods

public resolve(fullName: string): {}

Parameters

  • fullName: string

Returns

{}