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
{{ message }}
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
After considering a better way to approach this, I realize that we can really simplify our templating logic by bundling it into a directive or two. We wouldn't have to pollute the entire scope with an instance of the FEP then, and we could really centralize how some stuff is calculated. For example we have three places where almost identical LIST logic is repeated: for the LIST action, the link-multiple typeahead, and the link-single typeahead. With smart use of directives I think we could boil this down to 1.
The text was updated successfully, but these errors were encountered:
After considering a better way to approach this, I realize that we can really simplify our templating logic by bundling it into a directive or two. We wouldn't have to pollute the entire scope with an instance of the FEP then, and we could really centralize how some stuff is calculated. For example we have three places where almost identical LIST logic is repeated: for the LIST action, the link-multiple typeahead, and the link-single typeahead. With smart use of directives I think we could boil this down to 1.
The text was updated successfully, but these errors were encountered: