Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multi window plugin in angularjs

We are developing a large scale application in angular. It has separated multiple modules and more than 100 pages per module. It is a garment ERP. A lot of business is here. Many times the client wants to see multiple pages at a time and they want to feature minimize and maximize. That is their requirements is like desktop pages. So how can we create multi-window in angular?

We have found a jquery plugin http://fstoke.me/jquery/window/ but our requirements are angular, Have any angular multi window like as jquery. Thanks, everybody.

> At first please see the jquery link http://fstoke.me/jquery/window/.
> I have to make this window by using the angular directive.
like image 413
Shohel Avatar asked Sep 25 '14 10:09

Shohel


1 Answers

This one displays multiple windows which can be dragged around and maximized. But it doesn't appear to support minimizing (temporarily collapsing) windows.

https://github.com/sinmsinm/ng-window-manager

You could also take a look at this question.

like image 57
joeytwiddle Avatar answered Nov 15 '22 09:11

joeytwiddle