Chrome デバッグ ツール コンソールに次のエラー メッセージが表示されます
不明なプロバイダー: $mdDialogProvider <- $mdDialog
これが私のコントローラーです
var studentApp = angular.module('StudentApp', []);
studentApp.controller('StudentController', ['$scope', '$mdDialog', '$http', function ($scope, $mdDialog, $http) {
// Code here
}]);
この行に何かを挿入する必要がありますか?
var studentApp = angular.module('StudentApp', []);