diff --git a/www/js/app.js b/www/js/app.js
index e270aa9..af727bc 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -33,10 +33,10 @@ angular
templateUrl: 'templates/app.html'
})
- .state('tab.userlist', {
+ .state('app.userlist', {
url: '/userlist',
views: {
- 'tab-chats': {
+ 'tab-userlist': {
templateUrl: 'templates/userlist.html',
controller: 'UserListCtrl'
}
diff --git a/www/templates/app.html b/www/templates/app.html
new file mode 100644
index 0000000..e9ac9e4
--- /dev/null
+++ b/www/templates/app.html
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/www/templates/tabs.html b/www/templates/tabs.html
deleted file mode 100644
index ed615d2..0000000
--- a/www/templates/tabs.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-