@krishnasamy wrote:
I have created new project by using slide menu option, project created successfully without any issue. i want to add my my own html page in right side of my menu.
Code as follows:
each & every title i want to add my own html page, Plz let me know.
.controller('PlaylistsCtrl', function($scope) {
$scope.playlists = [
{ title: 'Home', id: 1
},{ title: 'Services', id: 2 }, { title: 'Gallery', id: 3 }, { title: 'Contact us', id: 4 },
];
})
Posts: 1
Participants: 1