This is a migrated thread and some comments may be shown as answers.

angular -kendo app

3 Answers 59 Views
Application
This is a migrated thread and some comments may be shown as answers.
vjeran
Top achievements
Rank 1
vjeran asked on 03 Jun 2015, 05:12 AM

is there a way to make kendo work with angular ng-view and using angular routing to load remote views and controllers

 

for example have something like

<body ng-app="App" ng-controller="AppCtrl" kendo-mobile-application >

    <div class="styleView {{pageClass}}" ng-view kendo-mobile-view></div>

</div>

and routing be something like this

App.config(['$routeProvider',
    function ($routeProvider, $locationProvider) {
        $routeProvider.
                when('/group/:id', {
                    templateUrl: 'pages/group/group.html',
                    controller: 'ctrl_Group'
                }).
                when('/Welcome', {
                    templateUrl: 'welcome.html',
                }).

 

if it is not possible is it posible to have scrollview without initializing kendo-mobile-application?

3 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 03 Jun 2015, 01:13 PM
Hi vjeran,

that approach is not supported. 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
vjeran
Top achievements
Rank 1
answered on 03 Jun 2015, 07:22 PM
is there a way to make kendo application and espcially widget like scrollview  or listview live inside single angular view?
0
Petyo
Telerik team
answered on 04 Jun 2015, 08:20 AM
Hello,

In general, it is possible (although not supported). please refer to this help topic. it does not cover the angularjs directives part, though.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Application
Asked by
vjeran
Top achievements
Rank 1
Answers by
Petyo
Telerik team
vjeran
Top achievements
Rank 1
Share this question
or