Ok I see what you meant

in my AppModule.java

    public static void contributeJavaScriptStackSource(
            MappedConfiguration<String, JavaScriptStack> configuration) {
        configuration.addInstance(CustomJavaScriptStack.STACK_ID,
                CustomJavaScriptStack.class);
    }

}

its at the bottom
and you also see it in the markup

Well Im not sure, I got that alert dialog at the bottom of my layout.tml keep 
setting off


<script>
    if (typeof angular == 'undefined')
        alert('angular did not load properly');
</script>

</body>


                                          

Reply via email to