Vincent Palita

Results 6 comments of Vincent Palita

I am running into the same issue. It does open the tab though! If you enclose the publish call in a $timeout, it will not throw the error. $timeout(function(){ FoundationApi.publish('TAB_ID',...

@laurent-le-graverend : you can move the title attribute in the notification.html inside the directive ng-bind-html. ``` html × ```

I finally got my commands working in a lib like you have @dudewad The trick was to have the following line at the top of the file: `/// ` combined...

@jessorlisa / @lucasskluser Do you have a specific webpack config? The default one from angular should just work fine. I had the same issue using this module in Storybook. I...

@kkoates : it has not been removed. It has been renamed to "this.location._closeModalNavigation()", see https://github.com/NativeScript/nativescript-angular/blob/06bbcae7879c689ab3cfab6535a31e7671dc5277/nativescript-angular/directives/dialogs.ts#L133 So this is still happening. @NickIliev : do you think it would be possible to...