Category: controllers

Understanding Components in Ember 2

This article was peer reviewed by Edwin Reynoso and Nilson Jacques. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! Components are a vital part of an Ember application. They allow you to define your own, application-specific HTML tags and implement their behavior using Jav...

What’s New in Ember 2.0?

This article was peer reviewed by Stephan Max. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! Ember is an JavaScript framework, based on the model-view-controller (MVC) pattern and used for creating single page applications. Recently, version 2.0 of the framework was ...