For this we can use the bindAttr helper which will automatically update an elements attributes based
on the value of a binding. Here, we bind the class attribute. If isDone is true then the class will be
- added. Amber automatically dasherizes class names for us.
+ added. Ember automatically dasherizes class names for us.
codeTarget: 'template'
diff --git a/assets/tutorial/tutorial.js b/assets/tutorial/tutorial.js
index e9ca9d427b..fdb18a56f2 100644
--- a/assets/tutorial/tutorial.js
+++ b/assets/tutorial/tutorial.js
@@ -469,7 +469,7 @@ Tutorial.AceEditorView = SC.AceEditorView.extend({
/*
Tutorial.loadSteps = function() {
Tutorial.tutorialController.addStep({
- body: "Welcome. To get a feel for Amber, follow along this quick tutorial."
+ body: "Welcome. To get a feel for Ember, follow along this quick tutorial."
});
Tutorial.tutorialController.addStep({
@@ -576,7 +576,7 @@ Tutorial.loadSteps = function() {
});
Tutorial.tutorialController.addStep({
- body: "Congratulations! You've just created your first Amber application!"
+ body: "Congratulations! You've just created your first Ember application!"
});
};
*/
diff --git a/team.html b/team.html
index 8eaa0e6e08..75d9dfcbec 100644
--- a/team.html
+++ b/team.html
@@ -43,7 +43,7 @@
The Team
-
This is the team of the awesome people working on Amber.js.
+
This is the team of the awesome people working on Ember.js.