Add ngResource and ngRoute modules in angularjs app.

This commit is contained in:
Alexis Lahouze 2015-07-10 11:50:47 +02:00
parent 9d9d46fbee
commit 228f537123

View File

@ -15,6 +15,7 @@
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
*/
var accountantApp = angular.module("accountantApp", [
'ngResource', 'ngRoute',
"mgcrea.ngStrap",
"highcharts-ng"
])