Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

dialog message template missing? #256

@sgentile

Description

@sgentile

I'm trying to duplicate the confirmation dialog, however, I'm getting an error that I'm missing a message.html template ?

var title = 'This is a message box';
var msg = 'This is the content of the message box';
var btns = [{result:'cancel', label: 'Cancel'}, {result:'ok', label: 'OK', cssClass: 'btn-primary'}];

$dialog.messageBox(title, msg, btns)
  .open()
  .then(function(result){
    if(result === 'OK'){
      new Movie.destroy({movie_id:id}, function(){
        $location.path('/movies');
      });
    }
  });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions