Hi,
I used Webix,angularjs and ng-ui-route.When I change state(mean I click item of menu) div tag in the view=“rows” disappear.
Look my screenshort.when first load with state =“dashboard” so
Init app:
angular.module( ‘webixApp’, [ ‘ui.router’, ‘ui.bootstrap’, ‘webix’,]).config( function( $stateProvider, $urlRouterProvider ) {
$urlRouterProvider.otherwise( ‘/dashboard’ );
});
link the screenshort
Dropbox - Error and
Dropbox - Error