I created https://issues.apache.org/jira/browse/ZEPPELIN-1329 for this problem.
Thanks, -Randy On Wed, Aug 10, 2016 at 12:07 PM, moon soo Lee <m...@apache.org> wrote: > Thanks for reporting the problem. > > The API was provided by zeppelin-display module. Which was excluded > during the task scala 2.11 support. > > Could you file an issue? I can quickly create a patch for it. > > Best, > moon > > > On Wed, Aug 10, 2016 at 2:46 AM Randy Gelhausen <rgel...@gmail.com> wrote: > >> Has the backend Angular API changed? The examples here don't work >> starting with the import statements: >> >> import org.apache.zeppelin.display.angular.notebookscope._ >> import AngularElem._ >> >> Result: >> <console>:42: error: object angular is not a member of package >> org.apache.zeppelin.display >> import org.apache.zeppelin.display.angular.notebookscope._ >> >