Multi-line plugin in angularjs

We are developing a large-scale application in the corner. He divided several modules and over 100 pages per module. This is an ERP for clothes. There is a lot of business here. Many times, the client wants to see several pages at once, and they want the function to minimize and maximize. That is, their requirements are similar to desktop pages. So how can we create a multi-window in a corner?

We found the jquery plugin http://fstoke.me/jquery/window/, but our requirements are angular, they have any angular multi-window, for example jquery. Thanks to everyone.

> At first please see the jquery link http://fstoke.me/jquery/window/.
> I have to make this window by using the angular directive.
+6
source share
1 answer

All Articles