Add ngResource and ngRoute modules in angularjs app.
This commit is contained in:
parent
9d9d46fbee
commit
228f537123
@ -15,6 +15,7 @@
|
|||||||
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
|
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
var accountantApp = angular.module("accountantApp", [
|
var accountantApp = angular.module("accountantApp", [
|
||||||
|
'ngResource', 'ngRoute',
|
||||||
"mgcrea.ngStrap",
|
"mgcrea.ngStrap",
|
||||||
"highcharts-ng"
|
"highcharts-ng"
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user