|
@@ -46,6 +46,15 @@ angular.module('starter', ['ionic', 'starter.controllers'])
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
|
|
+ .state('app.instagramUser',{
|
|
|
|
|
+ url: "/instagramUser",
|
|
|
|
|
+ views: {
|
|
|
|
|
+ 'menuContent': {
|
|
|
|
|
+ templateUrl: 'templates/instagramUser.html',
|
|
|
|
|
+ controller: 'instagramUserCtrl'
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
// if none of the above states are matched, use this as the fallback
|
|
// if none of the above states are matched, use this as the fallback
|
|
|
$urlRouterProvider.otherwise('/app/snippets');
|
|
$urlRouterProvider.otherwise('/app/snippets');
|
|
|
});
|
|
});
|