Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* Empty. Add your own CSS if you like */
/* Empty. Add your own CSS if you like */
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Ionic Starter App
// Ionic Starter App

// angular.module is a global place for creating, registering and retrieving Angular modules
// 'starter' is the name of this angular module example (also set in a <body> attribute in index.html)
Expand Down
2 changes: 1 addition & 1 deletion js/controllers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module('starter.controllers', [])
angular.module('starter.controllers', [])

.controller('AppCtrl', function($scope, $ionicModal, $timeout) {

Expand Down
2 changes: 1 addition & 1 deletion templates/browse.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-view view-title="Browse">
<ion-view view-title="Browse">
<ion-content>
<h1>Browse</h1>
</ion-content>
Expand Down
2 changes: 1 addition & 1 deletion templates/login.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-modal-view>
<ion-modal-view>
<ion-header-bar>
<h1 class="title">Login</h1>
<div class="buttons">
Expand Down
2 changes: 1 addition & 1 deletion templates/menu.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-side-menus enable-menu-with-back-views="false">
<ion-side-menus enable-menu-with-back-views="false">
<ion-side-menu-content>
<ion-nav-bar class="bar-stable">
<ion-nav-back-button>
Expand Down
2 changes: 1 addition & 1 deletion templates/playlist.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-view view-title="Playlist">
<ion-view view-title="Playlist">
<ion-content>
<h1>Playlist</h1>
</ion-content>
Expand Down
2 changes: 1 addition & 1 deletion templates/playlists.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-view view-title="Playlists">
<ion-view view-title="Playlists">
<ion-content>
<ion-list>
<ion-item ng-repeat="playlist in playlists" href="#/app/playlists/{{playlist.id}}">
Expand Down
2 changes: 1 addition & 1 deletion templates/search.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-view view-title="Search">
<ion-view view-title="Search">
<ion-content>
<h1>Search</h1>
</ion-content>
Expand Down