Skip to content

Instantly share code, notes, and snippets.

@cesarandreu
cesarandreu / app.js
Last active January 1, 2016 19:49 — forked from elbuo8/app.js
angular.module('HypeM', ['ionic', 'ngResource', 'ngRoute'])
.config(['$routeProvider', function ($routeProvider) {
$routeProvider.
when('/', {
templateUrl: 'partials/player.html',
controller: 'PlayerCtrl'
}).
when('/latest', {
templateUrl: 'partials/player.html',
@cesarandreu
cesarandreu / app.js
Last active January 1, 2016 19:49 — forked from elbuo8/app.js
angular.module('HypeM', ['ionic', 'ngResource', 'ngRoute'])
.config(['$routeProvider', function ($routeProvider) {
$routeProvider.
when('/', {
templateUrl: 'partials/player.html',
controller: 'PlayerCtrl'
}).
when('/latest', {
templateUrl: 'partials/player.html',