On 8/11/16 10:57 AM, Marek Posolda wrote:
One thing partially related to this:
- Can we have the possibility in admin console, so the particular
provider can "override" the default template for particular provider
type? The generic configuration based on kc-provider-config directive
works fine, but in some cases, people may want something more specific
for their provider.
I think its just a matter of making sure you order your $routeProvider's
appropriately. Break $routeProvider registrations into their own file
(routeprovider.js) and you just make sure you include your javascript
file before the routeprovider.js.
Bill