On Github juhyxx / presentation-angularember
angular.module('myModule', []) .factory('serviceId', ['depService', function(depService) { // ... }])
{{varible}} // sanitized {{{variable}}} //safe
ng-app ng-model ng-click ng-href ng-class ng-if ng-repeat
{{ expression | filter }}
<ul> {{#each items}} <li>{{agree_button}}</li> {{/each}} </ul>
<button {{action 'showMore'}}>Show More...Controller:
actions: { expand: function() { ...code... } }
{{navigation-bar}}navigation-bar.js
App.NavigationBarComponent = Ember.Component.extend({ classNames: ['primary'] });