You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use routes to open the modal and handle the incoming data. Attempted a
directive-based solution (one that effectively adds an ng-click to
open the modal), but it was a lot messier and required more weird
low-level angular stuff. Straight up routes was a lot easier
* playing around with application organization a little using multiple
angular modules. So far liking having each module responsible for it's
own routes, with a per-module prefix. That might get ugly with other
sources of name conflicts: DI, components, directives
* use lz-string to handle compressing and encoding for the URI
fix#25
babelify et al
The text was updated successfully, but these errors were encountered: