S
spandau66
Guest
Hi, I've recently starting experimenting with KUIB and put together some sample pages
However, I have come across a scenario of which I hope someone has encountered and resolved. The scenario: Order Form wants to call OrderLine form passing the selected Order Number. In normal AngualrJS development, I would use $StateParams to pass values from one form to another (state to state). Within the app.js I would have in the callee something like: .state('order-lines', { url: '/order-lines', templateUrl: '.../order-lines.html', controller: 'OrderLinesCtrl', params: { 'callingObject': null}, data: { ... }, resolve: { .... } BUT, how is this achieved within KUIB? I have implemented something similar, but obvioulsy, everytime I rebuild, the code I place within the KUIB 'app.js' is overwritten. Any info on this topic would be greatly appreciated.
Continue reading...
Continue reading...