У меня есть модуль mydialogBox, у меня есть файл. js, включенный в .cs html в качестве ссылки. Я также включил его в
var app = angular.module('myapp', [ 'mydialogBox']);
, но при вызове получаю следующую ошибку:
Error: [$injector:modulerr] Failed to instantiate module mydialogBox due to:
Error: [$injector:nomod] Module 'mydialogBox ' is not available! You either misspelled the module
name or forgot to load it.
If registering a module ensure that you specify the dependencies as the second argument