2
0
Fork 0
tcrud/lib/www_views/node-ff-tcrud/angular/js/crud/controller-route.ejs

5 lines
375 B
Plaintext
Raw Normal View History

2017-06-10 14:53:29 +00:00
$routeProvider.when('<%= tview.tmeta.tplugin.angular.tbase %>/<%= tview.tslug %>/<%= tview[taction].tplugin.angular.tslug %><%= routeEnd %>', {
templateUrl: '<%= thtmlPrefix %>/<%= tview[taction].tplugin.angular.thtml %>',
controller: <%= tview[taction].tplugin.angular.tcontroller.prefix %><%= tviewCode %><%= tview[taction].tplugin.angular.tcontroller.postfix %>
});