view .babelrc @ 274:bdbc30b9f43c default tip master

Alternative authService migration approach Allows one service instance to be shared between Angular and AngularJS. Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025509.html
author Andrew Azores <aazores@redhat.com>
date Thu, 26 Oct 2017 10:47:34 -0400
parents 8ccb660ef3a1
children
line wrap: on
line source

{
    "presets": ["es2015"],
    "plugins": ["angularjs-annotate"]
}