Skip to content

Instantly share code, notes, and snippets.

View ramchiranjeevi's full-sized avatar

Ram Chiranjeevi ramchiranjeevi

  • Zoho Corp
  • Chennai
View GitHub Profile
import Ember from 'ember';
import ShareMixin from '../mixins/share';
export default Ember.Component.extend(ShareMixin, {
});
import Ember from 'ember';
import UpdateMixin from '../mixins/update';
export default Ember.Component.extend(UpdateMixin,{
});
@ramchiranjeevi
ramchiranjeevi / index.html
Created October 23, 2012 12:29 — forked from timoxley/index.html
simple example using ember router and connect outlet
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ember.js Router Example</title>
<meta name="description" content="Example of a basic Ember.js application with a Router" />
<meta name="author" content="http://codebrief.com" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>